MCPcopy 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
17func structName(t reflect.Type) string {
18 return t.PkgPath() + "." + t.Name()
19}
20
21func diffValues(left, right any, table Table) audit.Map {
22 var (

Callers 2

diffValuesFunction · 0.85
entryFunction · 0.85

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected