MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / current_turn_usage

Method current_turn_usage

claw-code/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.80
print_statusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected