Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ cumulative_usage
Method
cumulative_usage
claw-code/rust/crates/runtime/src/usage.rs:201–203 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
199
200
#[must_use]
201
pub fn cumulative_usage(&self) -> TokenUsage {
202
self.cumulative
203
}
204
205
#[must_use]
206
pub fn turns(&self) -> u32 {
Callers
5
run_resume_command
Function · 0.80
print_status
Method · 0.80
print_cost
Method · 0.80
run_turn
Method · 0.80
maybe_auto_compact
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected