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

Method Int

service/ai-local/model.go:91–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func (c CacheType) Int() int {
92 switch c {
93 case CacheTypeService:
94 return 0
95 default:
96 return 0
97 }
98}
99
100func FromCacheType(s int) CacheType {
101 switch s {

Callers 3

GetByTargetMethod · 0.45
ListMethod · 0.45
SaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected