MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / uuid

Function uuid

src/plugins/aimanager/codegeex/codegeexllm.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26//static const char *kUrlQueryMessage = "https://codegeex.cn/prod/code/chatGmlMsg/selectList";
27
28QString uuid()
29{
30 QUuid uuid = QUuid::createUuid();
31 return uuid.toString().replace("{", "").replace("}", "").replace("-", "");
32}
33
34QPair<QString, QString> getCurrentFileInfo()
35{

Callers 2

loginMethod · 0.85
createNewSessionMethod · 0.85

Calls 2

replaceMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected