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

Method StartFile

Goldleaf/include/fs/fs_Explorer.hpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 void StartFile(const std::string &path, const FileMode mode) {
182 if(!this->HasStartedFile()) {
183 this->StartFileImpl(path, mode);
184 this->started_file_mode = mode;
185 }
186 }
187
188 void EndFile() {
189 if(this->HasStartedFile()) {

Callers 10

CopyFileMethod · 0.95
CopyFileProgressMethod · 0.95
DecryptCopyNax0ToNcaFunction · 0.80
WriteContentsMethod · 0.80
GenerateFromFunction · 0.80
ReadTicketFunction · 0.80
SaveTicketFunction · 0.80
OnFileSelectedMethod · 0.80
PFS0Method · 0.80
SaveFileMethod · 0.80

Calls 2

HasStartedFileMethod · 0.95
StartFileImplMethod · 0.45

Tested by

no test coverage detected