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

Method GetFileOps

src/filesystem/fatfs/fatfs.cpp:205–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205auto FatFsFileSystem::GetFileOps() -> vfs::FileOps* { return &file_ops_; }
206
207auto FatFsFileSystem::AllocateFatInode() -> FatInode* {
208 for (auto& fi : inodes_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected