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

Function mkdirp

src/cli/cli.c:567–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565/* ── Recursive mkdir (via compat_fs) ──────────────────────────── */
566
567static int mkdirp(const char *path, int mode) {
568 return (int)cbm_mkdir_p(path, mode) ? 0 : CLI_ERR;
569}
570
571/* ── Recursive rmdir ──────────────────────────────────────────── */
572

Callers 4

cbm_install_skillsFunction · 0.85
write_json_fileFunction · 0.85
write_file_strFunction · 0.85
cbm_config_openFunction · 0.85

Calls 1

cbm_mkdir_pFunction · 0.85

Tested by

no test coverage detected