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

Method header

src/ifcparse/parse_ifcxml.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 static stack_node header() {
170 stack_node node;
171 node.type_ = node_header;
172 return node;
173 };
174
175 static stack_node header_entry(const std::string& tagname) {
176 stack_node node;

Callers 3

read_from_streamMethod · 0.45
IfcParse.cppFile · 0.45
process_charactersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected