MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / adfNativeWriteSector

Method adfNativeWriteSector

lib/vfs/amigaffs.cc:410–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 RETCODE adfNativeWriteSector(
411 struct Device* dev, int32_t sector, int size, uint8_t* buffer)
412 {
413 Bytes bytes(buffer, size);
414 putLogicalSector(sector, bytes);
415 return RC_OK;
416 }
417
418private:
419 const AmigaFfsProto& _config;

Callers 1

adfNativeWriteSectorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected