MCPcopy Create free account
hub / github.com/covscript/covscript / mkdir_impl

Function mkdir_impl

sources/system/unix/common.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 bool mkdir_impl(const std::string &path, unsigned int mode)
64 {
65 return ::mkdir(path.c_str(), mode) == 0;
66 }
67} // namespace cs_system_impl
68
69void terminal_lnbuf(int yn)

Callers 1

mkdir_dirsFunction · 0.50

Calls 1

mkdirFunction · 0.85

Tested by

no test coverage detected