Function openVolume [src]
Prototype
pub fn openVolume(self: *const SimpleFileSystem, root: **const FileProtocol) Status
Parameters
self: *const SimpleFileSystem
root: **const FileProtocol
Source
pub fn openVolume(self: *const SimpleFileSystem, root: **const FileProtocol) Status {
return self._open_volume(self, root);
}