MCPcopy Create free account
hub / github.com/ccusage/ccusage / drop

Method drop

rust/crates/ccusage/src/progress.rs:270–272  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

268
269impl Drop for UsageLoadProgress {
270 fn drop(&mut self) {
271 self.stop();
272 }
273}
274
275impl ProgressState {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected