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

Method currentTemplate

ChatView/ChatRootView.cpp:530–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530QString ChatRootView::currentTemplate() const
531{
532 auto &settings = Settings::generalSettings();
533 return settings.caModel();
534}
535
536void ChatRootView::saveHistory(const QString &filePath)
537{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected