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

Method versionUUID

src/model/ComponentData.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 UUID ComponentData_Impl::versionUUID() const {
54 OptionalString os = getString(OS_ComponentDataFields::VersionUUID);
55 OS_ASSERT(os);
56 return toUUID(*os);
57 }
58
59 boost::optional<int> ComponentData_Impl::creationTimestamp() const {
60 return getInt(OS_ComponentDataFields::CreationTimestamp, true);

Callers 4

measure_hashMethod · 0.45
insertComponentMethod · 0.45
TEST_FFunction · 0.45

Calls 1

toUUIDFunction · 0.85

Tested by 2

TEST_FFunction · 0.36