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

Method cumulative_usage

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.45
print_statusMethod · 0.45
print_costMethod · 0.45
run_turnMethod · 0.45
maybe_auto_compactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected