MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / cfeof

Function cfeof

cfile/cfile.cpp:629–629  ·  view source on GitHub ↗

Returns true if at EOF

Source from the content-addressed store, hash-verified

627
628// Returns true if at EOF
629int cfeof(CFILE *cfp) { return (cfp->position >= cfp->size); }
630
631// Tells if the file exists
632// Returns non-zero if file exists. Also tells if the file is on disk

Callers 15

mng_FindSpecificShipPageFunction · 0.85
mng_ReadPagelockFunction · 0.85
mng_LoadNetPagesFunction · 0.85
mng_LoadLocalPagesFunction · 0.85
mng_TransferPagesFunction · 0.85
ReorderPagesFunction · 0.85
mng_ReplacePageFunction · 0.85
mng_DeletePageFunction · 0.85
mng_CompileAddonPagesFunction · 0.85
mng_LoadAddonPagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected