Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ begin
Function
begin
src/ifcparse/aggregate_of_instance.h:133–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
}
133
outer_it begin() const { return list_.begin(); }
134
outer_it end() const { return list_.end(); }
135
int size() const { return (int)list_.size(); }
136
int totalSize() const {
Callers
7
generalize
Method · 0.70
as
Method · 0.70
totalSize
Function · 0.70
contains
Function · 0.70
totalSize
Method · 0.70
contains
Method · 0.70
generalize
Method · 0.70
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected