Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Proryanator/encoder-benchmark
/ draw_yellow_bar
Function
draw_yellow_bar
engine/src/progressbar.rs:175–180 ·
view source on GitHub ↗
(total_frames: u64)
Source
from the content-addressed store, hash-verified
173
}
174
175
pub fn draw_yellow_bar(total_frames: u64) {
176
let bar = ProgressBar::new(total_frames);
177
set_bar_style(&bar,
"yellow"
);
178
bar.tick();
179
bar.abandon();
180
}
Callers
1
run
Method · 0.85
Calls
1
set_bar_style
Function · 0.85
Tested by
no test coverage detected