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