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

Method toJSONString

src/utilities/bcl/BCLFileReference.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189std::string BCLFileReference::toJSONString() const {
190 return toJSON().toStyledString();
191}
192
193bool BCLFileReference::checkForUpdate() {
194 std::string newChecksum = openstudio::checksum(this->path());

Callers

nothing calls this directly

Calls 1

toJSONFunction · 0.85

Tested by

no test coverage detected