Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetFilesystemEntry
Method
GetFilesystemEntry
src/window_gamelist.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
FileFinder::FsEntry Window_GameList::GetFilesystemEntry() const {
193
const auto& entry = game_entries[GetIndex()];
194
return { base_fs.Create(entry.dir_name), entry.type };
195
}
Callers
1
BootGame
Method · 0.80
Calls
1
Create
Method · 0.45
Tested by
no test coverage detected