Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
inline bool FileRequestAsync::IsImportantFile() const {
251
return important;
252
}
253
254
inline void FileRequestAsync::SetImportantFile(bool important) {
255
this->important = important;
Callers
1
IsFilePending
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected