MCPcopy Create free account
hub / github.com/Proryanator/encoder-benchmark / log_cli_header

Function log_cli_header

cli/src/cli_util.rs:102–105  ·  view source on GitHub ↗
(title: String)

Source from the content-addressed store, hash-verified

100}
101
102pub fn log_cli_header(title: String) {
103 log_tool_title_figlet(title);
104 log_header();
105}
106
107pub fn get_repo_url() -> String {
108 return String::from("https://github.com/Proryanator/encoder-benchmark");

Callers 2

benchmarkFunction · 0.85
mainFunction · 0.85

Calls 2

log_tool_title_figletFunction · 0.85
log_headerFunction · 0.70

Tested by

no test coverage detected