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

Function rcli_get_state

src/api/rcli_api.cpp:2870–2874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2868// =============================================================================
2869
2870int rcli_get_state(RCLIHandle handle) {
2871 if (!handle) return 0;
2872 auto* engine = static_cast<RCLIEngine*>(handle);
2873 return static_cast<int>(engine->pipeline.state());
2874}
2875
2876const char* rcli_get_info(RCLIHandle handle) {
2877 if (!handle) return "{}";

Callers 1

test_apiFunction · 0.85

Calls 1

stateMethod · 0.80

Tested by 1

test_apiFunction · 0.68