Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ structName
Function
structName
enterprise/audit/diff.go:17–19 ·
view source on GitHub ↗
(t reflect.Type)
Source
from the content-addressed store, hash-verified
15
)
16
17
func
structName(t reflect.Type) string {
18
return
t.PkgPath() +
"."
+ t.Name()
19
}
20
21
func
diffValues(left, right any, table Table) audit.Map {
22
var
(
Callers
2
diffValues
Function · 0.85
entry
Function · 0.85
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected