MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Name

Method Name

service/permit-type/type.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 return fmt.Sprint(p.Name(), ":", v)
55}
56func (p PermitType) Name() string {
57 return names[p]
58}
59func (p PermitType) Tag() string {
60 return tags[p]
61}

Callers 2

MarshalJSONMethod · 0.95
KeyOfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected