MCPcopy 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
58func (c *ChangeType) Label() string {
59 return changeTypeLabels[*c]
60}
61func ParseChangeType(s string) ChangeType {
62 t, ok := changeNameMaps[strings.ToLower(s)]
63 if ok {

Callers 4

ServicesMethod · 0.80
APIsMethod · 0.80
InvokeMethod · 0.80
generateInvokeToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected