MCPcopy 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_FFunction · 0.45

Calls 1

ErrorClass · 0.85

Tested by

no test coverage detected