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

Function GetNANDSystemExplorer

Goldleaf/source/fs/fs_FileSystem.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 NANDExplorer *GetNANDSystemExplorer() {
85 return EnsureExplorer(g_NANDSystemExplorer, Partition::NANDSystem);
86 }
87
88 RemotePCExplorer *GetRemotePCExplorer(const std::string &mount_name) {
89 if((g_RemotePCExplorer != nullptr) && (g_RemotePCExplorer->GetMountName() != mount_name)) {

Callers 12

EnsureDirectoriesFunction · 0.85
PrepareInstallationMethod · 0.85
WriteContentsMethod · 0.85
FinalizeInstallationMethod · 0.85
ChangePartitionNANDMethod · 0.85
StartExportMethod · 0.85
GetUpdateInfoFunction · 0.85
CleanPendingUpdateFunction · 0.85
GetFreeSpaceForPartitionFunction · 0.85

Calls 1

EnsureExplorerFunction · 0.85

Tested by

no test coverage detected