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

Method EndFile

Goldleaf/include/fs/fs_Explorer.hpp:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 void EndFile() {
189 if(this->HasStartedFile()) {
190 this->EndFileImpl(this->started_file_mode);
191 this->started_file_mode = FileMode::None;
192 }
193 }
194
195 virtual u64 ReadFile(const std::string &path, u64 offset, u64 size, void *read_buf) = 0;
196 virtual u64 WriteFile(const std::string &path, const void *write_buf, u64 size) = 0;

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
EndFileImplMethod · 0.45

Tested by

no test coverage detected