Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cargo-lambda/cargo-lambda
/ finish_and_clear
Method
finish_and_clear
crates/cargo-lambda-interactive/src/progress.rs:36–40 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
34
}
35
36
pub fn finish_and_clear(&self) {
37
if let Some(bar) = &self.bar {
38
bar.finish_and_clear();
39
}
40
}
41
}
42
43
fn show_progress(msg: impl Into<Cow<'static, str>>) -> ProgressBar {
Callers
2
get_template
Function · 0.80
run
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected