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

Method sessionFileRegistry

ChatView/ChatRootView.cpp:352–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352SessionFileRegistry *ChatRootView::sessionFileRegistry() const
353{
354 if (!m_sessionFileRegistryResolved) {
355 m_sessionFileRegistryResolved = true;
356 if (auto context = qmlContext(this)) {
357 m_sessionFileRegistry = qobject_cast<SessionFileRegistry *>(
358 context->contextProperty("sessionFileRegistry").value<QObject *>());
359 }
360 }
361 return m_sessionFileRegistry;
362}
363
364Skills::SkillsManager *ChatRootView::skillsManager() const
365{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected