MCPcopy Index your code
hub / github.com/InferCore/InferCore / blockingInferAdapter

Struct blockingInferAdapter

internal/server/server_test.go:914–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914type blockingInferAdapter struct {
915 once sync.Once
916 started chan struct{}
917 release chan struct{}
918 name string
919}
920
921func (b *blockingInferAdapter) Name() string { return b.name }
922

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected