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

Struct testSymbolLoader

internal/pluginhost/test_helpers_test.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type testSymbolLoader struct {
19 openCalls int
20 lookups map[string]*testSymbolLookup
21}
22
23func newTestSymbolLoader() *testSymbolLoader {
24 return &testSymbolLoader{lookups: make(map[string]*testSymbolLookup)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected