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

Function log_extract_done

src/pipeline/pass_parallel.c:708–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708static void log_extract_done(int pos, uint64_t ms, int defs, const char *path) {
709 if (pos < PP_LOG_THRESH || ms > PP_TIMER_THRESH) {
710 cbm_log_info("parallel.extract.file.done", "pos", itoa_log(pos), "elapsed_ms",
711 itoa_log((int)ms), "defs", itoa_log(defs), "path", path);
712 }
713}
714
715static void extract_worker(int worker_id, void *ctx_ptr) {
716 extract_ctx_t *ec = ctx_ptr;

Callers 1

extract_workerFunction · 0.85

Calls 1

itoa_logFunction · 0.70

Tested by

no test coverage detected