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

Method FreeInode

tests/unit_test/vfs_test.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 auto FreeInode(Inode* /*inode*/) -> Expected<void> override { return {}; }
78
79 auto GetFileOps() -> FileOps* override { return &mock_file_ops_; }
80};

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected