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

Method hash

src/utilities/filetypes/WorkflowJSON.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 std::string WorkflowJSON_Impl::hash() const {
142 Json::Value defaultValue("");
143 Json::Value h = m_value.get("hash", defaultValue);
144
145 return h.asString();
146 }
147
148 std::string WorkflowJSON_Impl::computeHash() const {
149 return checksum(string(false));

Callers 4

test_enum_hashMethod · 0.80
test_ModelObjectUniqMethod · 0.80
test_uuid_hashMethod · 0.80
TESTFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 4

test_enum_hashMethod · 0.64
test_ModelObjectUniqMethod · 0.64
test_uuid_hashMethod · 0.64
TESTFunction · 0.64