MCPcopy Index your code
hub / github.com/apache/answer / SetOperator

Method SetOperator

plugin/kv_storage.go:320–320  ·  view source on GitHub ↗
(operator *KVOperator)

Source from the content-addressed store, hash-verified

318type KVStorage interface {
319 Info() Info
320 SetOperator(operator *KVOperator)
321}
322
323var (

Callers 2

setupTestEnvironmentFunction · 0.65
initPluginDataMethod · 0.65

Implementers 1

TestKVStoragePluginplugin/plugin_test/kv_storage_test.go

Calls

no outgoing calls

Tested by 1

setupTestEnvironmentFunction · 0.52