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

Method getLogicalSectorCount

lib/vfs/vfs.cc:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337unsigned Filesystem::getLogicalSectorCount()
338{
339 return _blockCount;
340}
341
342unsigned Filesystem::getLogicalSectorSize(unsigned cylinder, unsigned head)
343{

Callers 1

DirectoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected