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

Method String

model/plugin_model/type.go:25–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (k *Kind) String() string {
26 switch *k {
27 case InnerKind:
28 return "inner"
29
30 case OpenKind:
31 return "global"
32 default:
33 return "unknown"
34
35 }
36}
37
38func (k *Kind) Scan(src any) error {
39 switch v := src.(type) {

Callers 2

MarshalJSONMethod · 0.95
generateInvokeToolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected