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

Function cbm_unlink

src/foundation/compat_fs.c:561–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561int cbm_unlink(const char *path) {
562 wchar_t *wpath = cbm_path_to_wide(path);
563 if (!wpath) {
564 return CBM_NOT_FOUND;
565 }
566 int ret = _wunlink(wpath);
567 free(wpath);
568 return ret;
569}
570
571int cbm_rmdir(const char *path) {
572 wchar_t *wpath = cbm_path_to_wide(path);

Callers 15

discard_writer_outputFunction · 0.85
publish_writer_outputFunction · 0.85
cbm_writer_openFunction · 0.85
cbm_remove_indexesFunction · 0.85
verify_download_checksumFunction · 0.85
cbm_cmd_installFunction · 0.85
cli.cFile · 0.85
download_verify_installFunction · 0.85
toml_replace_atomicFunction · 0.85
toml_write_atomicFunction · 0.85
jl_replace_atomicFunction · 0.85

Calls 1

cbm_path_to_wideFunction · 0.85

Tested by 11

cleanup_project_dbFunction · 0.68
closure_fresh_fullFunction · 0.68
cleanup_long_db_fixtureFunction · 0.68
jl_fixture_closeFunction · 0.68
th_unlink_forceFunction · 0.68
version_test_cleanupFunction · 0.68