Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ mkdir
Function
mkdir
sources/system/common.cpp:188–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
bool mkdir(std::string path)
189
{
190
std::error_code ec;
191
std::filesystem::create_directory(path, ec);
192
return !ec;
193
}
194
195
std::string get_current_dir()
196
{
Callers
1
mkdir_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected