Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ get
Function
get
src/ifcgeom/ConversionResult.h:232–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
OpaqueNumber* get(size_t i) const {
233
if (i >= N) {
234
return nullptr;
235
}
236
return values[i];
237
}
238
239
void set(size_t i, OpaqueNumber* n) {
240
if (i < N) {
Callers
3
compute_bounds
Method · 0.85
tree_edge
Method · 0.85
get_value
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected