Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
func
(c CacheType) Int() int {
92
switch
c {
93
case
CacheTypeService:
94
return
0
95
default:
96
return
0
97
}
98
}
99
100
func
FromCacheType(s int) CacheType {
101
switch
s {
Callers
3
GetByTarget
Method · 0.45
List
Method · 0.45
Save
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected