MCPcopy 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
251void 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
258void Umount(const String& folder_or_point)
259{

Callers 3

KYTY_SCRIPT_FUNCFunction · 0.85

Calls 1

MountMethod · 0.80

Tested by

no test coverage detected