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

Method IsReady

src/async_handler.h:246–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246inline bool FileRequestAsync::IsReady() const {
247 return state == State_DoneSuccess || state == State_DoneFailure;
248}
249
250inline bool FileRequestAsync::IsImportantFile() const {
251 return important;

Callers 6

RequestMethod · 0.80
ClearRequestsMethod · 0.80
IsFilePendingMethod · 0.80
CommandChangePBGMethod · 0.80
FromFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected