MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / try_read_semicolon

Method try_read_semicolon

src/ifcparse/IfcParse.cpp:598–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void IfcParse::impl::in_memory_file_storage::try_read_semicolon() const {
599 auto old_offset = tokens->stream->tell();
600 Token semilocon = tokens->Next();
601 if (!TokenFunc::isOperator(semilocon, ';')) {
602 tokens->stream->seek(old_offset);
603 }
604}
605
606void IfcParse::impl::in_memory_file_storage::register_inverse(unsigned id_from, const IfcParse::entity* from_entity, int inst_id, int attribute_index) {
607 // Assume a check on token type has already been performed

Callers

nothing calls this directly

Calls 3

tellMethod · 0.80
seekMethod · 0.80
NextMethod · 0.45

Tested by

no test coverage detected