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

Method toJSONString

src/utilities/bcl/BCLMeasureArgument.cpp:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259std::string BCLMeasureArgument::toJSONString() const {
260 return toJSON().toStyledString();
261}
262
263bool BCLMeasureArgument::operator==(const BCLMeasureArgument& other) const {
264 if (m_name != other.name()) {

Callers

nothing calls this directly

Calls 1

toJSONFunction · 0.85

Tested by

no test coverage detected