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

Method key

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

Source from the content-addressed store, hash-verified

99}
100
101func (r *referencedTypes) key(obj types.Object) string {
102 // TODO: Verify this works as a unique key
103 return obj.Type().String() + ":" + obj.Id()
104}

Callers 2

MarkReferencedMethod · 0.95
stateMethod · 0.95

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected