Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ IsOpen
Method
IsOpen
avida-core/source/tools/cFile.h:95–95 ·
view source on GitHub ↗
Tests
Source
from the content-addressed store, hash-verified
93
94
// Tests
95
bool IsOpen() const { return is_open; }
96
bool Fail() const { return (fp.fail()); }
97
bool Good() const { return (fp.good()); }
98
bool Eof() const { return (fp.eof()); }
Callers
1
loadFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected