Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
std::string BCLMeasureArgument::toJSONString() const {
260
return toJSON().toStyledString();
261
}
262
263
bool BCLMeasureArgument::operator==(const BCLMeasureArgument& other) const {
264
if (m_name != other.name()) {
Callers
nothing calls this directly
Calls
1
toJSON
Function · 0.85
Tested by
no test coverage detected