MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / GetTotalSize

Method GetTotalSize

src/cpp/web-ifc/parsing/IfcTokenStream.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 size_t IfcTokenStream::GetTotalSize()
138 {
139 if (_chunks.size()==0) return 0;
140 return _chunks.back().TokenSize() + _chunks.back().GetTokenRef();
141 }
142
143 void IfcTokenStream::Back()
144 {

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.80
TokenSizeMethod · 0.80
GetTokenRefMethod · 0.80

Tested by

no test coverage detected