MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetVolumeID

Function GetVolumeID

Kernel/src/fs/filesystem.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 volume_id_t GetVolumeID(){
34 return nextVID++;
35 }
36
37 void RegisterVolume(FsVolume* vol){
38 vol->mountPoint->parent = &root;

Callers 1

RegisterVolumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected