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

Struct blockingOpenLoader

internal/pluginhost/host_test.go:1145–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143func (c *capturePluginClient) Shutdown() {}
1144
1145type blockingOpenLoader struct {
1146 inner *testSymbolLoader
1147 started chan struct{}
1148 release <-chan struct{}
1149 startOnce sync.Once
1150}
1151
1152func (l *blockingOpenLoader) Open(file pluginFile, host *Host) (pluginClient, error) {
1153 l.startOnce.Do(func() { close(l.started) })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected