MCPcopy
hub / github.com/mudler/LocalAI / Open

Struct Open

core/http/endpoints/openai/ttscoord/ttscoord.go:48–48  ·  view source on GitHub ↗

Open: the worker is running and accepting clauses.

Source from the content-addressed store, hash-verified

46
47// Open: the worker is running and accepting clauses.
48type Open struct{}
49
50// Closing: wait() has been called; the worker is draining the remaining queue and
51// will exit. No new clause is accepted.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected