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

Function isSectNumValid

dep/adflib/src/adf_disk.c:84–87  ·  view source on GitHub ↗

* isSectNumValid * */

Source from the content-addressed store, hash-verified

82 *
83 */
84BOOL isSectNumValid(struct Volume *vol, SECTNUM nSect)
85{
86 return( 0<=nSect && nSect<=(vol->lastBlock - vol->firstBlock) );
87}
88
89
90

Callers 3

adfReadDataBlockFunction · 0.85
adfReadFileExtBlockFunction · 0.85
adfReadBitmapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected