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

Struct capturePluginClient

internal/pluginhost/host_test.go:1131–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131type capturePluginClient struct {
1132 requests map[string][]byte
1133}
1134
1135func (c *capturePluginClient) Call(ctx context.Context, method string, request []byte) ([]byte, error) {
1136 if c.requests == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected