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

Function cli_activation_transaction_expected_build

src/cli/cli.c:1217–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217static bool cli_activation_transaction_expected_build(cbm_activation_transaction_t *transaction,
1218 cli_binary_validator_t *validator) {
1219 const char *staged = cbm_activation_transaction_staged_path(transaction);
1220 return staged && validator && cbm_daemon_build_fingerprint_file(staged, validator->fingerprint);
1221}
1222
1223/* Copy the running binary transactionally. The command-level install path
1224 * stages before draining the cohort; this public helper preserves the old

Callers 5

cbm_replace_binaryFunction · 0.85
cli_install_activateFunction · 0.85
cbm_cmd_installFunction · 0.85

Tested by

no test coverage detected