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

Method createWidget

chat/NavigationPanel.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28NavigationPanel::~NavigationPanel() {}
29
30Core::NavigationView NavigationPanel::createWidget()
31{
32 return {.widget = new ChatWidget{m_engine, m_sessionFileRegistry, m_skillsManager}};
33}
34
35} // namespace QodeAssist::Chat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected