Home
last modified time | relevance | path

Searched defs:annotated (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/compliance/
Dtest_util.go223 type annotated struct { struct
224 target, dep string
225 annotations []string
228 func (e annotated) String() string {
235 func (e annotated) IsEqualTo(other annotated) bool {
256 func toGraph(stderr io.Writer, roots []string, edges []annotated) (*LicenseGraph, error) {