Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetTranslationFilesystem
Method
GetTranslationFilesystem
src/translation.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
FilesystemView Tr::GetTranslationFilesystem() {
59
return Player::translation.GetRootTree();
60
}
61
62
bool Tr::HasActiveTranslation() {
63
return !GetCurrentTranslationId().empty();
Callers
nothing calls this directly
Calls
1
GetRootTree
Method · 0.80
Tested by
no test coverage detected