MCPcopy 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

PathForResourceMethod · 0.85
ReadStringsMethod · 0.85
InitializeFunction · 0.85

Calls 1

EnsureExplorerFunction · 0.85

Tested by

no test coverage detected