MCPcopy
hub / github.com/apache/answer / TestKVStoragePlugin

Struct TestKVStoragePlugin

plugin/plugin_test/kv_storage_test.go:79–81  ·  view source on GitHub ↗

TestKVStoragePlugin implements KVStorage interface for testing

Source from the content-addressed store, hash-verified

77
78// TestKVStoragePlugin implements KVStorage interface for testing
79type TestKVStoragePlugin struct {
80 operator *plugin.KVOperator
81}
82
83// Info returns plugin information
84func (p *TestKVStoragePlugin) Info() plugin.Info {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected