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

Method popExtensibleGroup

src/utilities/idf/WorkspaceObject.cpp:645–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643 }
644
645 std::vector<std::string> WorkspaceObject_Impl::popExtensibleGroup() {
646 StringVector result = popExtensibleGroup(true);
647 if (!result.empty()) {
648 this->emitChangeSignals();
649 }
650 return result;
651 }
652
653 std::vector<std::string> WorkspaceObject_Impl::popExtensibleGroup(bool checkValidity) {
654 StringVector result;

Callers

nothing calls this directly

Calls 8

emitChangeSignalsMethod · 0.95
isExtensibleFieldMethod · 0.80
strictnessLevelMethod · 0.80
emptyMethod · 0.45
objectListFieldsMethod · 0.45
push_backMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected