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

Struct guardedPluginClient

internal/pluginhost/client_guard.go:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type guardedPluginClient struct {
10 mu sync.Mutex
11 cond *sync.Cond
12 inner pluginClient
13 calls int
14 closed bool
15}
16
17func newGuardedPluginClient(inner pluginClient) pluginClient {
18 client := &guardedPluginClient{inner: inner}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected