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

Function classify

tests/test_daemon_bootstrap.c:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static cbm_daemon_process_role_t classify(int argc, char **argv) {
269 return cbm_daemon_process_role(argc, argv);
270}
271
272TEST(daemon_bootstrap_classifies_default_and_ui_as_mcp_clients) {
273 char *plain[] = {"codebase-memory-mcp", NULL};

Callers 1

Calls 1

cbm_daemon_process_roleFunction · 0.85

Tested by

no test coverage detected