Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ AllocateInode
Method
AllocateInode
tests/unit_test/vfs_test.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
auto AllocateInode() -> Expected<Inode*> override {
74
return std::unexpected(Error(ErrorCode::kOutOfMemory));
75
}
76
77
auto FreeInode(Inode* /*inode*/) -> Expected<void> override { return {}; }
78
Callers
1
TEST_F
Function · 0.45
Calls
1
Error
Class · 0.85
Tested by
no test coverage detected