MCPcopy Create free account
hub / github.com/Louisym/MiniCC / cumulative_usage

Method cumulative_usage

mini_claude_code/runtime.py:105–107  ·  view source on GitHub ↗

源码: usage.rs:201-203

(self)

Source from the content-addressed store, hash-verified

103 return self._latest_turn
104
105 def cumulative_usage(self) -> TokenUsage:
106 """源码: usage.rs:201-203"""
107 return self._cumulative
108
109 def turns(self) -> int:
110 """源码: usage.rs:206-208"""

Callers 3

run_turnMethod · 0.45
_maybe_auto_compactMethod · 0.45
format_statusFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected