Searched defs:annotated (Results 1 – 1 of 1) sorted by relevance
175 type annotated struct { struct176 target, dep string177 annotations []string180 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) {