MCPcopy
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
201func initCache() (newCache cache.Cache, err error) {
202 newCache, _, err = data.NewCache(&data.CacheConf{})
203 return newCache, err
204}

Callers 1

initTestDataSourceFunction · 0.70

Calls 1

NewCacheFunction · 0.92

Tested by

no test coverage detected