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

Function diag_native_unlink

src/foundation/diagnostics.c:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397static void diag_native_unlink(const char *base_name) {
398 char path[CBM_PATH_MAX];
399 if (diag_full_path(base_name, path, sizeof(path))) {
400 (void)cbm_unlink(path);
401 }
402}
403
404#else
405

Callers 2

write_diagnosticsFunction · 0.85
diag_cleanup_live_filesFunction · 0.85

Calls 2

diag_full_pathFunction · 0.85
cbm_unlinkFunction · 0.85

Tested by

no test coverage detected