Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
auto RamFs::GetRootInode() const -> Inode* { return root_inode_; }
166
167
auto RamFs::GetFileOps() -> FileOps* { return &file_ops_; }
168
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64