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

Function GetNANDUserExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 NANDExplorer *GetNANDUserExplorer() {
81 return EnsureExplorer(g_NANDUserExplorer, Partition::NANDUser);
82 }
83
84 NANDExplorer *GetNANDSystemExplorer() {
85 return EnsureExplorer(g_NANDSystemExplorer, Partition::NANDSystem);

Callers 4

ChangePartitionNANDMethod · 0.85
StartExportMethod · 0.85
GetFreeSpaceForPartitionFunction · 0.85

Calls 1

EnsureExplorerFunction · 0.85

Tested by

no test coverage detected