Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatOpen/engine_web-ifc
/ IsAtEnd
Method
IsAtEnd
src/cpp/web-ifc/parsing/IfcTokenStream.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
bool IfcTokenStream::IsAtEnd()
158
{
159
return _currentChunk >= _chunks.size()-1 && _readPtr >= _chunks.back().TokenSize();
160
}
161
162
size_t IfcTokenStream::GetReadOffset()
163
{
Callers
1
SetTokenSource
Method · 0.45
Calls
2
size
Method · 0.80
TokenSize
Method · 0.80
Tested by
no test coverage detected