Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ mkdir
Function
mkdir
test/src/helper.cpp:235–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
#define getcwd _getcwd
234
namespace {
235
auto mkdir(const char* path, int) {
236
return _mkdir(path);
237
}
238
239
int mkstemp(char* tpl) {
240
tpl = _mktemp(tpl);
Callers
1
output_file
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected