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

Method MoveToHeaderLineArgument

src/cpp/web-ifc/parsing/IfcLoader.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 }
337
338 void IfcLoader::MoveToHeaderLineArgument(const uint32_t lineID, const uint32_t argumentIndex) const
339 {
340 _tokenStream->MoveTo(_headerLines[lineID]->tapeOffset);
341 ArgumentOffset(argumentIndex);
342 }
343
344 std::string_view IfcLoader::GetStringArgument() const
345 {

Callers 1

GetHeaderLineFunction · 0.80

Calls 1

MoveToMethod · 0.80

Tested by

no test coverage detected