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

Method loadConfig

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

Source from the content-addressed store, hash-verified

145}
146
147void CodeGeeXLLMPrivate::loadConfig()
148{
149 const auto map = OptionManager::getInstance()->getValue("CodeGeeX", "Id").toMap();
150 if (map.isEmpty())
151 return;
152
153 apiKey = map.value("sessionId").toString();
154}
155
156void CodeGeeXLLMPrivate::createNewSession()
157{

Callers 1

checkValidMethod · 0.45

Calls 4

getValueMethod · 0.45
isEmptyMethod · 0.45
toStringMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected