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

Method HasStartedFile

Goldleaf/include/fs/fs_Explorer.hpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 virtual void EndFileImpl(const FileMode mode) = 0;
176
177 inline bool HasStartedFile() {
178 return this->started_file_mode != FileMode::None;
179 }
180
181 void StartFile(const std::string &path, const FileMode mode) {
182 if(!this->HasStartedFile()) {

Callers 2

StartFileMethod · 0.95
EndFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected