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

Method getLogicalBlock

lib/vfs/prodos.cc:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 Bytes getLogicalBlock(uint16_t block, unsigned count = 1)
295 {
296 return getLogicalSector(block * BLOCK_SECTORS, count * BLOCK_SECTORS);
297 }
298
299private:
300 const ProdosProto& _config;

Callers 1

readDirectoryBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected