Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ init
Function
init
service/service_diff/type.go:49–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
)
48
49
func
init() {
50
for
i, v :=
range
changeTypeNames {
51
changeNameMaps[v] = ChangeType(i)
52
}
53
}
54
func
(c *ChangeType) String() string {
55
return
changeTypeNames[*c]
56
}
Callers
nothing calls this directly
Calls
1
ChangeType
TypeAlias · 0.85
Tested by
no test coverage detected