Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ Mount
Function
Mount
source/emulator/src/Kernel/FileSystem.cpp:251–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
void Mount(const String& folder, const String& point)
252
{
253
EXIT_IF(g_mount_points == nullptr);
254
255
g_mount_points->Mount(folder, point);
256
}
257
258
void Umount(const String& folder_or_point)
259
{
Callers
3
KYTY_SCRIPT_FUNC
Function · 0.85
KYTY_SYSV_ABI SaveDataMount
Function · 0.85
KYTY_SYSV_ABI SaveDataMount2
Function · 0.85
Calls
1
Mount
Method · 0.80
Tested by
no test coverage detected