MCPcopy
hub / github.com/eolinker/goku_lite / Info

Method Info

server/access-field/def.go:52–59  ·  view source on GitHub ↗

Info 获取域信息

()

Source from the content-addressed store, hash-verified

50
51//Info 获取域信息
52func (k AccessFieldKey) Info() string {
53 key := strings.ToLower(string(k))
54 v, has := infos[key]
55 if has {
56 return v
57 }
58 return "unknown"
59}
60
61//Key 获取key
62func (k AccessFieldKey) Key() string {

Callers 15

indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
indexControllerFunction · 0.80
InitFieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected