Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/answer
/ initCache
Function
initCache
plugin/plugin_test/plugin_main_test.go:201–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
func
initCache() (newCache cache.Cache, err error) {
202
newCache, _, err = data.NewCache(&data.CacheConf{})
203
return
newCache, err
204
}
Callers
1
initTestDataSource
Function · 0.70
Calls
1
NewCache
Function · 0.92
Tested by
no test coverage detected