Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ push
Method
push
src/ifcparse/IfcFile.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void IfcParse::parse_context::push(Token t) {
30
tokens_.push_back(t);
31
}
32
33
void IfcParse::parse_context::push(IfcUtil::IfcBaseClass* inst) {
34
tokens_.push_back(inst);
Callers
15
emit_line_strings
Function · 0.45
addParent
Method · 0.45
get_related
Function · 0.45
descend
Function · 0.45
get_related
Function · 0.45
descend
Function · 0.45
finalize
Function · 0.45
get_task_products
Function · 0.45
products_represented_by
Method · 0.45
filter_products
Function · 0.45
find_openings
Method · 0.45
get_representations
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected