MCPcopy Create free account
hub / github.com/InferCore/InferCore / Name

Method Name

internal/server/server_test.go:921–921  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

919}
920
921func (b *blockingInferAdapter) Name() string { return b.name }
922
923func (b *blockingInferAdapter) Invoke(ctx context.Context, req types.BackendRequest) (types.BackendResponse, error) {
924 b.once.Do(func() { close(b.started) })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected