MCPcopy 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

165auto RamFs::GetRootInode() const -> Inode* { return root_inode_; }
166
167auto RamFs::GetFileOps() -> FileOps* { return &file_ops_; }
168
169// InodeOps 实现
170

Callers 1

OpenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected