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

Method usage

claw-code/rust/crates/runtime/src/conversation.rs:296–298  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

294
295 #[must_use]
296 pub fn usage(&self) -> &UsageTracker {
297 &self.usage_tracker
298 }
299
300 #[must_use]
301 pub fn session(&self) -> &Session {

Callers 2

print_statusMethod · 0.80
print_costMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected