MCPcopy 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 */
601export function getSessionUsage(): SessionUsage {
602 return SessionManager.getInstance().getUsage();
603}

Callers 3

getUsageInfoFunction · 0.85
collectSessionUsageFunction · 0.85
displaySessionUsageFunction · 0.85

Calls 2

getUsageMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected