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

Method Info

plugin/plugin_test/kv_storage_test.go:84–93  ·  view source on GitHub ↗

Info returns plugin information

()

Source from the content-addressed store, hash-verified

82
83// Info returns plugin information
84func (p *TestKVStoragePlugin) Info() plugin.Info {
85 return plugin.Info{
86 Name: plugin.MakeTranslator("test_kv_storage_name"),
87 SlugName: "test_kv_storage",
88 Description: plugin.MakeTranslator("test_kv_storage_desc"),
89 Author: "Answer Team",
90 Version: "1.0.0",
91 Link: "https://github.com/apache/answer",
92 }
93}
94
95// SetOperator sets KV operator
96func (p *TestKVStoragePlugin) SetOperator(operator *plugin.KVOperator) {

Callers

nothing calls this directly

Calls 1

MakeTranslatorFunction · 0.92

Tested by

no test coverage detected