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

Method createSession

sources/Session/SessionManager.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22SessionManager::~SessionManager() = default;
23
24Session *SessionManager::createSession()
25{
26 auto *session = new Session(this);
27 m_sessions.append(session);
28 emit sessionCreated(session);
29 return session;
30}
31
32Session *SessionManager::createSession(const QString &agentName, QString *errorOut)
33{

Callers

nothing calls this directly

Calls 5

appendMethod · 0.80
createMethod · 0.80
isEmptyMethod · 0.45
isValidMethod · 0.45
invalidReasonMethod · 0.45

Tested by

no test coverage detected