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

Method sessionTotalTokens

ChatView/ChatModel.cpp:627–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627int ChatModel::sessionTotalTokens() const
628{
629 return sessionPromptTokens() + sessionCompletionTokens();
630}
631
632void ChatModel::setLoadingFromHistory(bool loading)
633{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected