Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Proryanator/encoder-benchmark
/ pause
Function
pause
cli/src/cli_util.rs:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
pub fn pause() {
99
dont_disappear::any_key_to_continue::custom_msg(
"Press any key to close the program..."
);
100
}
101
102
pub fn log_cli_header(title: String) {
103
log_tool_title_figlet(title);
Callers
2
main
Function · 0.85
benchmark
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected