Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Label
Method
Label
service/service_diff/type.go:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(c *ChangeType) Label() string {
59
return
changeTypeLabels[*c]
60
}
61
func
ParseChangeType(s string) ChangeType {
62
t, ok := changeNameMaps[strings.ToLower(s)]
63
if
ok {
Callers
4
Services
Method · 0.80
APIs
Method · 0.80
Invoke
Method · 0.80
generateInvokeTool
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected