MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GenUUID

Method GenUUID

src/render_panel/database/stream_db_operator.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 std::string StreamDBOperator::GenUUID() {
192 QUuid id = QUuid::createUuid();
193 QString str_id = id.toString();
194 str_id.remove("{").remove("}").remove("-");
195 return str_id.toStdString();
196 }
197
198 int StreamDBOperator::RandomColor() {
199 // Colors form [Claude Monet]'s arts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected