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

Function classify

tests/test_daemon_bootstrap.c:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276static cbm_daemon_process_role_t classify(int argc, char **argv) {
277 return cbm_daemon_process_role(argc, argv);
278}
279
280TEST(daemon_bootstrap_classifies_default_and_ui_as_mcp_clients) {
281 char *plain[] = {"codebase-memory-mcp", NULL};

Callers 1

Calls 1

cbm_daemon_process_roleFunction · 0.85

Tested by

no test coverage detected