Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
269
impl Drop for UsageLoadProgress {
270
fn drop(&mut self) {
271
self.stop();
272
}
273
}
274
275
impl ProgressState {
Callers
nothing calls this directly
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected