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

Function application_truncate_file

src/daemon/application.c:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664static bool application_truncate_file(const char *path) {
665 FILE *file = cbm_fopen(path, "wb");
666 return file && fclose(file) == 0;
667}
668
669static bool application_job_cancel_requested(cbm_daemon_application_job_t *job);
670

Callers 1

application_job_recoverFunction · 0.85

Calls 1

cbm_fopenFunction · 0.85

Tested by

no test coverage detected