MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / runtime_activation_action_valid

Function runtime_activation_action_valid

src/daemon/runtime.c:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427static bool runtime_activation_action_valid(cbm_daemon_runtime_activation_action_t action) {
428 return action == CBM_DAEMON_RUNTIME_ACTIVATION_INSTALL ||
429 action == CBM_DAEMON_RUNTIME_ACTIVATION_UPDATE ||
430 action == CBM_DAEMON_RUNTIME_ACTIVATION_UNINSTALL;
431}
432
433static const char *runtime_activation_action_text(cbm_daemon_runtime_activation_action_t action) {
434 switch (action) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected