Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
std::string BCLFileReference::toJSONString() const {
190
return toJSON().toStyledString();
191
}
192
193
bool BCLFileReference::checkForUpdate() {
194
std::string newChecksum = openstudio::checksum(this->path());
Callers
nothing calls this directly
Calls
1
toJSON
Function · 0.85
Tested by
no test coverage detected