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

Function rcli_num_actions_enabled

src/api/rcli_api.cpp:2718–2722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2716}
2717
2718int rcli_num_actions_enabled(RCLIHandle handle) {
2719 if (!handle) return 0;
2720 auto* engine = static_cast<RCLIEngine*>(handle);
2721 return engine->actions.num_enabled();
2722}
2723
2724void rcli_disable_all_actions(RCLIHandle handle) {
2725 if (!handle) return;

Callers 2

runMethod · 0.85
build_status_barMethod · 0.85

Calls 1

num_enabledMethod · 0.80

Tested by

no test coverage detected