Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ eof
Method
eof
src/ifcparse/FileReader.cpp:311–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
bool IfcParse::FileReader::eof() const
312
{
313
return cursor_ >= impl_->size();
314
}
315
316
char IfcParse::FileReader::read()
317
{
Callers
8
readInstance
Method · 0.80
IfcFile.h
File · 0.80
skipWhitespace
Method · 0.80
skipComment
Method · 0.80
Next
Method · 0.80
TokenString
Method · 0.80
InstanceStreamer
Method · 0.80
read_from_stream
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected