Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ GetExplorerForPath
Function
GetExplorerForPath
Goldleaf/source/fs/fs_FileSystem.cpp:146–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
Explorer *GetExplorerForPath(const std::string &path) {
147
return GetExplorerForMountName(GetPathRoot(path));
148
}
149
150
void Finalize() {
151
DeleteExplorer(g_SdCardExplorer);
Callers
12
RebootWithPayload
Function · 0.85
DecryptCopyNax0ToNca
Function · 0.85
GenerateFrom
Function · 0.85
ReadTicket
Function · 0.85
StartCopy
Method · 0.85
OnInput
Method · 0.85
CopyFileProgress
Function · 0.85
CopyDirectoryProgress
Function · 0.85
CopyFile
Method · 0.85
CopyDirectory
Method · 0.85
CopyFileProgress
Method · 0.85
DoCopyDirectoryProgress
Function · 0.85
Calls
2
GetExplorerForMountName
Function · 0.85
GetPathRoot
Function · 0.85
Tested by
no test coverage detected