Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
84
BOOL isSectNumValid(struct Volume *vol, SECTNUM nSect)
85
{
86
return( 0<=nSect && nSect<=(vol->lastBlock - vol->firstBlock) );
87
}
88
89
90
Callers
3
adfReadDataBlock
Function · 0.85
adfReadFileExtBlock
Function · 0.85
adfReadBitmap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected