Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ getSessionUsage
Function
getSessionUsage
extensions/cli/src/session.ts:601–603 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
599
* Get the full usage statistics
for
the current session
600
*/
601
export
function
getSessionUsage(): SessionUsage {
602
return
SessionManager.getInstance().getUsage();
603
}
Callers
3
getUsageInfo
Function · 0.85
collectSessionUsage
Function · 0.85
displaySessionUsage
Function · 0.85
Calls
2
getUsage
Method · 0.80
getInstance
Method · 0.45
Tested by
no test coverage detected