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

Function cbm_daemon_bootstrap_endpoint_new

src/daemon/bootstrap.c:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211cbm_daemon_ipc_endpoint_t *cbm_daemon_bootstrap_endpoint_new(const char *runtime_parent) {
212 char key[CBM_DAEMON_KEY_SIZE];
213 if (!cbm_daemon_rendezvous_key(key)) {
214 return NULL;
215 }
216 return cbm_daemon_ipc_endpoint_new(key, runtime_parent);
217}
218
219bool cbm_daemon_bootstrap_launch_spec_init(const char *executable_path,
220 cbm_daemon_bootstrap_launch_spec_t *spec_out) {

Callers 7

main_daemon_endpoint_newFunction · 0.85
mainFunction · 0.85
test_cli.cFile · 0.85

Calls 2

Tested by 1