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

Method WriteDiskBlock

Kernel/src/storage/diskdevice.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59int DiskDevice::WriteDiskBlock(uint64_t lba, uint32_t count, void* buffer){
60 return -1;
61}
62
63ssize_t DiskDevice::Read(size_t off, size_t size, uint8_t* buffer){
64 if(off % blocksize){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected