MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / resolve_path

Function resolve_path

app/server/runtime.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31using Clock = std::chrono::steady_clock;
32
33// Per-request override for the busy timeout. Absent means "use the model's
34// configured ceiling"; a value is clamped to that ceiling by resolve_busy_timeout_ms
35// so a client can shorten its own wait but never weaken the guard.
36std::optional<int> parse_busy_timeout_override(const Value & body) {
37 const auto * value = body.find("busy_timeout_ms");
38 if (value == nullptr) {

Callers 2

build_speech_requestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected