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

Method setUseThinking

ChatView/ChatRootView.cpp:1184–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1182}
1183
1184void ChatRootView::setUseThinking(bool enabled)
1185{
1186 Settings::chatAssistantSettings().enableThinkingMode.setValue(enabled);
1187 Settings::chatAssistantSettings().writeSettings();
1188}
1189
1190void ChatRootView::applyFileEdit(const QString &editId)
1191{

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected