Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ InvalidateExposedDataCache
Function
InvalidateExposedDataCache
setting/ratio_setting/exposed_cache.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
)
22
23
func
InvalidateExposedDataCache() {
24
exposedData.Store((*exposedCache)(nil))
25
}
26
27
func
cloneGinH(src gin.H) gin.H {
28
dst := make(gin.H, len(src))
Callers
4
UpdateCacheRatioByJSONString
Function · 0.85
UpdateModelPriceByJSONString
Function · 0.85
UpdateModelRatioByJSONString
Function · 0.85
UpdateCompletionRatioByJSONString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected