Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
397
static 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_diagnostics
Function · 0.85
diag_cleanup_live_files
Function · 0.85
Calls
2
diag_full_path
Function · 0.85
cbm_unlink
Function · 0.85
Tested by
no test coverage detected