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

Function callback_batch_init_locked

src/daemon/daemon.c:200–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static void callback_batch_init_locked(cbm_daemon_coordinator_t *coordinator,
201 cbm_daemon_callback_batch_t *batch) {
202 memset(batch, 0, sizeof(*batch));
203 batch->cancel_job = coordinator->hooks.cancel_job;
204 batch->release_watch = coordinator->hooks.release_watch;
205 batch->context = coordinator->hooks.context;
206}
207
208static void request_job_cancel_locked(cbm_daemon_coordinator_t *coordinator, cbm_daemon_job_t *job,
209 cbm_daemon_callback_batch_t *batch) {

Callers 4

cbm_daemon_expire_leasesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected