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

Function Initialize

Kernel/src/fs/filesystem.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 uint32_t deviceCount = 0;
28
29 void Initialize(){
30 volumes = new List<FsVolume*>();
31 }
32
33 volume_id_t GetVolumeID(){
34 return nextVID++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected