MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ReadDiskBlock

Method ReadDiskBlock

Kernel/src/storage/diskdevice.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int DiskDevice::ReadDiskBlock(uint64_t lba, uint32_t count, void* buffer){
56 return -1;
57}
58
59int DiskDevice::WriteDiskBlock(uint64_t lba, uint32_t count, void* buffer){
60 return -1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected