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

Function GetNANDSafeExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 NANDExplorer *GetNANDSafeExplorer() {
77 return EnsureExplorer(g_NANDSafeExplorer, Partition::NANDSafe);
78 }
79
80 NANDExplorer *GetNANDUserExplorer() {
81 return EnsureExplorer(g_NANDUserExplorer, Partition::NANDUser);

Callers 3

ChangePartitionNANDMethod · 0.85
GetFreeSpaceForPartitionFunction · 0.85

Calls 1

EnsureExplorerFunction · 0.85

Tested by

no test coverage detected