MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / unmount

Method unmount

Engine/source/core/volume.cpp:791–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791FileSystemRef MountSystem::unmount(String root)
792{
793 FileSystemRef first = _removeMountFromList(root);
794
795 // remove remaining FSes on this root
796 while (!_removeMountFromList(root).isNull())
797 ;
798
799 return first;
800}
801
802bool MountSystem::unmount(FileSystemRef fs)
803{

Callers 1

UnmountFunction · 0.45

Calls 4

isNullMethod · 0.45
sizeMethod · 0.45
getPointerMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected