MCPcopy 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_commandFunction · 0.80
print_statusMethod · 0.80
print_costMethod · 0.80
run_turnMethod · 0.80
maybe_auto_compactMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected