Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ GetSdCardExplorer
Function
GetSdCardExplorer
Goldleaf/source/fs/fs_FileSystem.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
SdCardExplorer *GetSdCardExplorer() {
65
return EnsureExplorer(g_SdCardExplorer);
66
}
67
68
RomFsExplorer *GetRomFsExplorer() {
69
return EnsureExplorer(g_RomFsExplorer);
Callers
15
DeleteLogFileIfTooBig
Function · 0.85
EnsureDirectories
Function · 0.85
Exit
Function · 0.85
ExportTicketCert
Function · 0.85
ExportAsVirtualAmiibo
Function · 0.85
PrepareInstallation
Method · 0.85
GetExportedApplicationIconPath
Function · 0.85
GetExportedApplicationNacpPath
Function · 0.85
ExportUpdateToDirectory
Method · 0.85
BrowserLayout
Method · 0.85
ChangePartitionSdCard
Method · 0.85
StartUpdateSearch
Method · 0.85
Calls
1
EnsureExplorer
Function · 0.85
Tested by
no test coverage detected