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

Function newTestSymbolLoader

internal/pluginhost/test_helpers_test.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func newTestSymbolLoader() *testSymbolLoader {
24 return &testSymbolLoader{lookups: make(map[string]*testSymbolLookup)}
25}
26
27func (l *testSymbolLoader) Open(file pluginFile, host *Host) (pluginClient, error) {
28 l.openCalls++

Calls

no outgoing calls

Tested by

no test coverage detected