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

Method Root

Kernel/src/fs/filesystem.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 class Root : public FsNode {
11 public:
12 Root() {
13 inode = 0;
14 flags = FS_NODE_DIRECTORY;
15 }
16
17 int ReadDir(DirectoryEntry*, uint32_t);
18 FsNode* FindDir(char* name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected