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

Function toUUID

src/utilities/core/UUID.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35UUID toUUID(const std::string& str) {
36 try {
37 return UUID::string_generate(str);
38 } catch (...) {
39 return {};
40 }
41}
42
43// Finds Version 4 uuid in a string including {}
44const boost::regex& uuidInString() {

Callers 15

runMethod · 0.85
uuidMethod · 0.85
versionUUIDMethod · 0.85
makeGeometriesFunction · 0.85
emsVariableObjectMethod · 0.85
emsActuatorMethod · 0.85
emsSensorMethod · 0.85
emsGlobalVariableMethod · 0.85
emsTrendVariableMethod · 0.85
emsInternalVariableMethod · 0.85

Calls

no outgoing calls

Tested by 5

runMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68