Searched defs:annotated (Results 1 – 1 of 1) sorted by relevance
223 type annotated struct { struct224 target, dep string225 annotations []string228 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) {