MCPcopy Index your code
hub / github.com/perkeep/perkeep / String

Method String

dev/envvardoc/envvardoc.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (p pos) String() string {
41 return fmt.Sprintf("%s:%d", p.path, p.line)
42}
43
44type varMap map[string][]pos
45

Callers 4

envvardoc.goFile · 0.45
env.goFile · 0.45
setCamdevVarsForFunction · 0.45
runGofmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected