Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
func
(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
MarkReferenced
Method · 0.95
state
Method · 0.95
Calls
1
String
Method · 0.45
Tested by
no test coverage detected