Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
private:
300
const ProdosProto& _config;
Callers
1
readDirectoryBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected