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

Function cbm_subprocess_result_init

src/foundation/subprocess.c:439–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437};
438
439static void cbm_subprocess_result_init(cbm_proc_result_t *result) {
440 result->outcome = CBM_PROC_SPAWN_FAILED;
441 result->exit_code = -1;
442 result->term_signal = 0;
443 result->cancellation_requested = false;
444 result->forced = false;
445 result->tree_quiesced = false;
446 result->supervision_failed = false;
447}
448
449static void cbm_subprocess_free_config(cbm_subprocess_t *process) {
450 if (!process) {

Callers 2

cbm_subprocess_copy_optsFunction · 0.85
cbm_subprocess_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected