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

Function application_attempt_init

src/daemon/application.c:807–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807static void application_attempt_init(application_attempt_t *attempt) {
808 memset(attempt, 0, sizeof(*attempt));
809 attempt->result.outcome = CBM_PROC_SPAWN_FAILED;
810 attempt->result.exit_code = -1;
811}
812
813static void application_attempt_free(application_attempt_t *attempt) {
814 free(attempt->result.response);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected