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

Function bootstrap_arg_is

src/daemon/bootstrap.c:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45static bool bootstrap_arg_is(const char *arg, const char *expected) {
46 return arg && expected && strcmp(arg, expected) == 0;
47}
48
49static int bootstrap_find_arg(int argc, char *const argv[], const char *expected) {
50 for (int i = 1; argv && i < argc; i++) {

Callers 4

bootstrap_find_argFunction · 0.85
bootstrap_has_help_afterFunction · 0.85
cbm_daemon_process_roleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected