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

Method FindDir

Kernel/src/fs/fsnodestubs.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38FsNode* FsNode::FindDir(char* name){
39 return nullptr;
40}
41
42int FsNode::Create(DirectoryEntry*, uint32_t){
43 return -ENOSYS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected