Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ GetRomFsExplorer
Function
GetRomFsExplorer
Goldleaf/source/fs/fs_FileSystem.cpp:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
RomFsExplorer *GetRomFsExplorer() {
69
return EnsureExplorer(g_RomFsExplorer);
70
}
71
72
NANDExplorer *GetPRODINFOFExplorer() {
73
return EnsureExplorer(g_PRODINFOFExplorer, Partition::PRODINFOF);
Callers
3
PathForResource
Method · 0.85
ReadStrings
Method · 0.85
Initialize
Function · 0.85
Calls
1
EnsureExplorer
Function · 0.85
Tested by
no test coverage detected