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

Function th_mkdir_p

tests/test_helpers.h:88–90  ·  view source on GitHub ↗

Create a directory and all parents. Returns 0 on success. */

Source from the content-addressed store, hash-verified

86
87/* Create a directory and all parents. Returns 0 on success. */
88static inline int th_mkdir_p(const char *path) {
89 return cbm_mkdir_p(path, 0755) ? 0 : -1;
90}
91
92/* ── Recursive directory removal ──────────────────────────────── */
93

Callers 11

make_git_repoFunction · 0.85
test_git_context.cFile · 0.85
ui_delete_fixture_initFunction · 0.85
test_httpd.cFile · 0.85
setup_usages_repoFunction · 0.85
setup_lang_repoFunction · 0.85
test_pipeline.cFile · 0.85
test_discover.cFile · 0.85
repro_issue431.cFile · 0.85
repro_issue570.cFile · 0.85

Calls 1

cbm_mkdir_pFunction · 0.85

Tested by

no test coverage detected