Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ IsGraphicFile
Method
IsGraphicFile
src/async_handler.h:258–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
inline bool FileRequestAsync::IsGraphicFile() const {
259
return graphic;
260
}
261
262
inline const std::string& FileRequestAsync::GetPath() const {
263
return path;
Callers
1
IsFilePending
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected