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

Struct testSymbolLookup

internal/pluginhost/test_helpers_test.go:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type testSymbolLookup struct {
37 plugin *testPlugin
38 active pluginapi.Plugin
39 shutdownCalls int
40 registerOverride func([]byte) pluginapi.Plugin
41 reconfigureOverride func([]byte) pluginapi.Plugin
42 schemaVersion uint32
43 lastLifecycle rpcLifecycleRequest
44}
45
46func newTestSymbolLookup(plugin *testPlugin) *testSymbolLookup {
47 return &testSymbolLookup{plugin: plugin}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected