MCPcopy 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 */
414BOOL adfEndOfFile(struct File* file)
415{
416 return(file->eof);
417}
418
419
420/*

Callers 1

getFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected