MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / onObjectRemove

Method onObjectRemove

src/utilities/idf/WorkspaceWatcher.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void WorkspaceWatcher::onObjectRemove(const WorkspaceObject& removedObject) {
74 OS_ASSERT(removedObject.initialized());
75 OS_ASSERT(removedObject.workspace().isMember(removedObject.handle()));
76}
77
78void WorkspaceWatcher::change() {
79 bool wasDirty = m_dirty;

Callers 1

objectRemoveMethod · 0.95

Calls 4

initializedMethod · 0.80
isMemberMethod · 0.80
workspaceMethod · 0.45
handleMethod · 0.45

Tested by

no test coverage detected