MCPcopy Index your code
hub / github.com/coder/coder / blockingMCPFactory

Struct blockingMCPFactory

coderd/aibridged/pool_test.go:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364type blockingMCPFactory struct {
365 calls atomic.Int32
366 firstStarted chan struct{}
367 releaseFirst chan struct{}
368}
369
370func newBlockingMCPFactory() *blockingMCPFactory {
371 return &blockingMCPFactory{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected