MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / String

Method String

module/ai-key/dto/enum.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11type KeyStatus string
12
13func (s KeyStatus) String() string {
14 return string(s)
15}
16
17func (s KeyStatus) Int() int {
18 switch s {

Callers 4

AddAuthorizationMethod · 0.45
IDMethod · 0.45
AddProviderModelMethod · 0.45
UpdateDocMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected