MCPcopy Create free account
hub / github.com/EasyRPG/Player / IsImportantFile

Method IsImportantFile

src/async_handler.h:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250inline bool FileRequestAsync::IsImportantFile() const {
251 return important;
252}
253
254inline void FileRequestAsync::SetImportantFile(bool important) {
255 this->important = important;

Callers 1

IsFilePendingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected