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

Function log_extract_fail

src/pipeline/pass_parallel.c:746–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744}
745
746static void log_extract_fail(int pos, uint64_t ms, const char *path) {
747 if (pos < PP_LOG_THRESH) {
748 cbm_log_warn("parallel.extract.file.fail", "pos", itoa_log(pos), "elapsed_ms",
749 itoa_log((int)ms), "path", path);
750 }
751}
752
753static void log_extract_done(int pos, uint64_t ms, int defs, const char *path) {
754 if (pos < PP_LOG_THRESH || ms > PP_TIMER_THRESH) {

Callers 1

extract_workerFunction · 0.85

Calls 1

itoa_logFunction · 0.70

Tested by

no test coverage detected