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

Function removeBraces

src/utilities/core/UUID.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82std::string removeBraces(const UUID& uuid) {
83 std::stringstream ss;
84 boost::uuids::operator<<(ss, uuid);
85 return ss.str();
86}
87
88std::ostream& operator<<(std::ostream& os, const UUID& uuid) {
89 os << toString(uuid);

Callers 9

GltfUserDataMethod · 0.85
TESTFunction · 0.85
toJSONMethod · 0.85
BCLXMLMethod · 0.85
changeUIDMethod · 0.85
incrementVersionIdMethod · 0.85
setMeasureUUIDMethod · 0.85
setMeasureVersionUUIDMethod · 0.85

Calls 1

strMethod · 0.45

Tested by 1

TESTFunction · 0.68