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

Method FindDir

Kernel/src/fs/initrd.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 fs_node* InitrdVolume::FindDir(struct fs_node* node, char* name){
203 return Initrd::FindDir(node, name);
204 }
205}

Callers

nothing calls this directly

Calls 1

FindDirFunction · 0.70

Tested by

no test coverage detected