MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / GetPRODINFOFExplorer

Function GetPRODINFOFExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 NANDExplorer *GetPRODINFOFExplorer() {
73 return EnsureExplorer(g_PRODINFOFExplorer, Partition::PRODINFOF);
74 }
75
76 NANDExplorer *GetNANDSafeExplorer() {
77 return EnsureExplorer(g_NANDSafeExplorer, Partition::NANDSafe);

Callers 3

ChangePartitionNANDMethod · 0.85
GetFreeSpaceForPartitionFunction · 0.85

Calls 1

EnsureExplorerFunction · 0.85

Tested by

no test coverage detected