MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / toString

Method toString

context/ProgrammingLanguage.cpp:25–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25QString ProgrammingLanguageUtils::toString(ProgrammingLanguage language)
26{
27 switch (language) {
28 case ProgrammingLanguage::Cpp:
29 return "c/c++";
30 case ProgrammingLanguage::QML:
31 return "qml";
32 case ProgrammingLanguage::Python:
33 return "python";
34 case ProgrammingLanguage::Unknown:
35 default:
36 return QString();
37 }
38}
39
40ProgrammingLanguage ProgrammingLanguageUtils::fromString(const QString &str)
41{

Callers 15

sendDataMethod · 0.45
sendErrorResponseMethod · 0.45
qodeassist.cppFile · 0.45
openNewChatInEditorFunction · 0.45
handleLLMResponseMethod · 0.45
executeAsyncMethod · 0.45
executeAsyncMethod · 0.45
executeAsyncMethod · 0.45
executeAsyncMethod · 0.45
executeAsyncMethod · 0.45
executeAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
formatDetailsFunction · 0.36