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

Method contextManager

LLMClientInterface.cpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388Context::ContextManager *LLMClientInterface::contextManager() const
389{
390 return m_contextManager;
391}
392
393void LLMClientInterface::sendCompletionToClient(
394 const QString &completion, const QJsonObject &request, bool isComplete)

Callers 2

requestCompletionsMethod · 0.45
requestQuickRefactorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected