MCPcopy 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
49func init() {
50 for i, v := range changeTypeNames {
51 changeNameMaps[v] = ChangeType(i)
52 }
53}
54func (c *ChangeType) String() string {
55 return changeTypeNames[*c]
56}

Callers

nothing calls this directly

Calls 1

ChangeTypeTypeAlias · 0.85

Tested by

no test coverage detected