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

Method GetName

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

Source from the content-addressed store, hash-verified

51 }
52
53 [[nodiscard]] auto GetName() const -> const char* override {
54 return "mockfs";
55 }
56
57 auto Mount(BlockDevice* device) -> Expected<Inode*> override {
58 mount_called = true;

Callers 2

fatfs_testFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected