MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / newTestSymbolLookup

Function newTestSymbolLookup

internal/pluginhost/test_helpers_test.go:46–48  ·  view source on GitHub ↗
(plugin *testPlugin)

Source from the content-addressed store, hash-verified

44}
45
46func newTestSymbolLookup(plugin *testPlugin) *testSymbolLookup {
47 return &testSymbolLookup{plugin: plugin}
48}
49
50func (l *testSymbolLookup) Call(ctx context.Context, method string, request []byte) ([]byte, error) {
51 switch method {

Calls

no outgoing calls

Tested by

no test coverage detected