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

Method Call

internal/pluginhost/abi.go:12–12  ·  view source on GitHub ↗
(ctx context.Context, method string, request []byte)

Source from the content-addressed store, hash-verified

10
11type pluginClient interface {
12 Call(ctx context.Context, method string, request []byte) ([]byte, error)
13 Shutdown()
14}
15

Callers 3

CallMethod · 0.65
callPluginFunction · 0.65
OpenMethod · 0.65

Implementers 6

capturePluginClientinternal/pluginhost/host_test.go
guardedPluginClientinternal/pluginhost/client_guard.go
staticEnvelopePluginClientinternal/pluginhost/rpc_client_error_t
dynamicLibraryClientinternal/pluginhost/loader_unix.go
streamCallbackPluginClientinternal/pluginhost/rpc_client_stream_
testSymbolLookupinternal/pluginhost/test_helpers_test.

Calls

no outgoing calls

Tested by

no test coverage detected