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

Method uuid

src/model/ComponentData.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 UUID ComponentData_Impl::uuid() const {
48 OptionalString os = getString(OS_ComponentDataFields::UUID);
49 OS_ASSERT(os);
50 return toUUID(*os);
51 }
52
53 UUID ComponentData_Impl::versionUUID() const {
54 OptionalString os = getString(OS_ComponentDataFields::VersionUUID);

Callers 4

measure_hashMethod · 0.45
modelToThreeJSMethod · 0.45
insertComponentMethod · 0.45
TEST_FFunction · 0.45

Calls 1

toUUIDFunction · 0.85

Tested by 1

TEST_FFunction · 0.36