MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / GetRootInode

Method GetRootInode

src/filesystem/ramfs/ramfs.cpp:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165auto RamFs::GetRootInode() const -> Inode* { return root_inode_; }
166
167auto RamFs::GetFileOps() -> FileOps* { return &file_ops_; }
168

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64