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

Method toJSONString

src/utilities/bcl/BCLMeasureOutput.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144std::string BCLMeasureOutput::toJSONString() const {
145 return toJSON().toStyledString();
146}
147
148bool BCLMeasureOutput::operator==(const BCLMeasureOutput& other) const {
149 if (m_name != other.name()) {

Callers

nothing calls this directly

Calls 1

toJSONFunction · 0.85

Tested by

no test coverage detected