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

Function cbm_subprocess_result_init

src/foundation/subprocess.c:438–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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