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

Function conflict_log_test_hook

src/daemon/service.c:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static void conflict_log_test_hook(cbm_daemon_conflict_log_test_stage_t stage) {
37 if (g_conflict_log_test_hook) {
38 g_conflict_log_test_hook(g_conflict_log_test_context, stage);
39 }
40}
41
42static bool bounded_length(const char *value, size_t cap, size_t *length_out) {
43 if (!value || cap == 0) {

Callers 2

posix_log_appendFunction · 0.85
windows_log_appendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected