Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ initialized
Method
initialized
src/utilities/idf/WorkspaceObject.cpp:694–696 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
692
// QUERIES
693
694
bool WorkspaceObject_Impl::initialized() const {
695
return m_initialized && (!m_handle.isNull());
696
}
697
698
unsigned WorkspaceObject_Impl::numSources() const {
699
if (m_handle.isNull()) {
Callers
8
ModelObject
Method · 0.80
purgeUnusedResourceObjects
Method · 0.80
TEST_F
Function · 0.80
onObjectAdd
Method · 0.80
onObjectRemove
Method · 0.80
getObject
Method · 0.80
TEST_F
Function · 0.80
fixInterobjectIssuesStage1_0_8_3_to_0_8_4
Method · 0.80
Calls
1
isNull
Method · 0.80
Tested by
2
TEST_F
Function · 0.64
TEST_F
Function · 0.64