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

Function log_header

cli/src/cli_util.rs:129–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129fn log_header() {
130 println!("Version: {}", load_version());
131 println!("Source code: {}\n", get_repo_url());
132}
133
134fn load_version() -> String {
135 return String::from(env!("CARGO_PKG_VERSION"));

Callers 1

log_cli_headerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected