Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetFileOps
Method
GetFileOps
src/filesystem/ramfs/ramfs.cpp:167–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
auto RamFs::GetRootInode() const -> Inode* { return root_inode_; }
166
167
auto RamFs::GetFileOps() -> FileOps* { return &file_ops_; }
168
169
// InodeOps 实现
170
Callers
1
Open
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected