MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / CreateFile

Method CreateFile

Goldleaf/source/fs/fs_StdExplorer.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void StdExplorer::CreateFile(const std::string &path) {
122 const auto full_path = this->MakeFull(path);
123
124 fsdevCreateFile(full_path.c_str(), 0, 0);
125 this->DoCommit();
126 }
127
128 void StdExplorer::CreateDirectory(const std::string &path) {
129 const auto full_path = this->MakeFull(path);

Callers 3

ExportAsVirtualAmiiboFunction · 0.45
OnInputMethod · 0.45
SaveFileMethod · 0.45

Calls 2

DoCommitMethod · 0.95
MakeFullMethod · 0.80

Tested by

no test coverage detected