MCPcopy Create free account
hub / github.com/anjo76/angelscript / IsEOF

Method IsEOF

sdk/add_on/scriptfile/scriptfile.cpp:560–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560bool CScriptFile::IsEOF() const
561{
562 if( file == 0 )
563 return true;
564
565 return feof(file) ? true : false;
566}
567
568#if AS_WRITE_OPS == 1
569int CScriptFile::WriteString(const std::string &str)

Callers 1

ScriptFile_IsEOF_GenericFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected