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

Method pushPointer

src/utilities/idf/WorkspaceObject.cpp:609–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 }
608
609 bool WorkspaceObject_Impl::pushPointer(const Handle& targetHandle) {
610 bool result = pushPointer(targetHandle, true);
611 if (result) {
612 this->emitChangeSignals();
613 }
614 return result;
615 }
616
617 bool WorkspaceObject_Impl::pushPointer(const Handle& targetHandle, bool checkValidity) {
618 if (m_handle.isNull()) {

Callers

nothing calls this directly

Calls 7

emitChangeSignalsMethod · 0.95
isNullMethod · 0.80
strictnessLevelMethod · 0.80
isRequiredFieldMethod · 0.80
objectListsMethod · 0.80
nameMethod · 0.45
canBeTargetMethod · 0.45

Tested by

no test coverage detected