Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetFileOps
Method
GetFileOps
tests/unit_test/vfs_test.cpp:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
auto FreeInode(Inode* /*inode*/) -> Expected<void> override { return {}; }
78
79
auto GetFileOps() -> FileOps* override { return &mock_file_ops_; }
80
};
81
82
// VFS 基础测试
Callers
1
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected