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

Method pushString

src/utilities/idf/WorkspaceObject.cpp:554–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552 }
553
554 bool WorkspaceObject_Impl::pushString() {
555 bool result = pushString(std::string(), true);
556 if (result) {
557 this->emitChangeSignals();
558 }
559 return result;
560 }
561
562 bool WorkspaceObject_Impl::pushString(bool checkValidity) {
563 return pushString(std::string(), checkValidity);

Callers

nothing calls this directly

Calls 5

emitChangeSignalsMethod · 0.95
isNullMethod · 0.80
objectListsMethod · 0.80
resizeMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected