Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
std::string BCLMeasureOutput::toJSONString() const {
145
return toJSON().toStyledString();
146
}
147
148
bool BCLMeasureOutput::operator==(const BCLMeasureOutput& other) const {
149
if (m_name != other.name()) {
Callers
nothing calls this directly
Calls
1
toJSON
Function · 0.85
Tested by
no test coverage detected