MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / print_timeout

Function print_timeout

crates/openshell-cli/src/run.rs:5952–5958  ·  view source on GitHub ↗
(timeout_secs: u64)

Source from the content-addressed store, hash-verified

5950}
5951
5952fn print_timeout(timeout_secs: u64) {
5953 if timeout_secs == 0 {
5954 println!(" {} {}s (default)", "Timeout:".dimmed(), 60);
5955 } else {
5956 println!(" {} {}s", "Timeout:".dimmed(), timeout_secs);
5957 }
5958}
5959
5960fn format_inference_status(status: Status) -> miette::Report {
5961 let message = status.message().trim();

Callers 4

gateway_inference_setFunction · 0.85
gateway_inference_updateFunction · 0.85
gateway_inference_getFunction · 0.85
print_inference_routeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected