Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dtest_util.go175 type annotated struct { struct
176 target, dep string
177 annotations []string
180 func (e annotated) String() string {
187 func (e annotated) IsEqualTo(other annotated) bool {
208 func toGraph(stderr io.Writer, roots []string, edges []annotated) (*LicenseGraph, error) {