MCPcopy 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
23func InvalidateExposedDataCache() {
24 exposedData.Store((*exposedCache)(nil))
25}
26
27func cloneGinH(src gin.H) gin.H {
28 dst := make(gin.H, len(src))

Calls

no outgoing calls

Tested by

no test coverage detected