Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ quantity
Method
quantity
src/model/SpaceLoadDefinition.cpp:56–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
int SpaceLoadDefinition_Impl::quantity() const {
57
int result = 0;
58
for (const SpaceLoadInstance& instance : this->instances()) {
59
result += instance.quantity();
60
}
61
return result;
62
}
63
64
} // namespace detail
65
Callers
nothing calls this directly
Calls
1
instances
Method · 0.95
Tested by
no test coverage detected