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

Method current_turn_usage

rust/crates/runtime/src/usage.rs:196–198  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

194
195 #[must_use]
196 pub fn current_turn_usage(&self) -> TokenUsage {
197 self.latest_turn
198 }
199
200 #[must_use]
201 pub fn cumulative_usage(&self) -> TokenUsage {

Callers 2

run_resume_commandFunction · 0.45
print_statusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected