Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ adfEndOfFile
Function
adfEndOfFile
dep/adflib/src/adf_file.c:414–417 ·
view source on GitHub ↗
* adfEndOfFile * */
Source
from the content-addressed store, hash-verified
412
*
413
*/
414
BOOL adfEndOfFile(struct File* file)
415
{
416
return(file->eof);
417
}
418
419
420
/*
Callers
1
getFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected