Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
std::string removeBraces(const UUID& uuid) {
83
std::stringstream ss;
84
boost::uuids::operator<<(ss, uuid);
85
return ss.str();
86
}
87
88
std::ostream& operator<<(std::ostream& os, const UUID& uuid) {
89
os << toString(uuid);
Callers
9
GltfModelObjectMetaData
Method · 0.85
GltfUserData
Method · 0.85
TEST
Function · 0.85
toJSON
Method · 0.85
BCLXML
Method · 0.85
changeUID
Method · 0.85
incrementVersionId
Method · 0.85
setMeasureUUID
Method · 0.85
setMeasureVersionUUID
Method · 0.85
Calls
1
str
Method · 0.45
Tested by
1
TEST
Function · 0.68