MCPcopy Create free account
hub / github.com/RunanywhereAI/RCLI / rcli_is_ready

Function rcli_is_ready

src/api/rcli_api.cpp:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671int rcli_is_ready(RCLIHandle handle) {
672 if (!handle) return 0;
673 auto* engine = static_cast<RCLIEngine*>(handle);
674 return engine->initialized ? 1 : 0;
675}
676
677// =============================================================================
678// Live Voice Pipeline (macOS)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected