MCPcopy Index your code
hub / github.com/coder/guts / pkg

Method pkg

references.go:97–99  ·  view source on GitHub ↗
(obj types.Object)

Source from the content-addressed store, hash-verified

95}
96
97func (r *referencedTypes) pkg(obj types.Object) string {
98 return obj.Pkg().Path()
99}
100
101func (r *referencedTypes) key(obj types.Object) string {
102 // TODO: Verify this works as a unique key

Callers 2

MarkReferencedMethod · 0.95
stateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected