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

Function print_provider_attachment_table

crates/openshell-cli/src/run.rs:3566–3568  ·  view source on GitHub ↗
(providers: &[Provider])

Source from the content-addressed store, hash-verified

3564}
3565
3566fn print_provider_attachment_table(providers: &[Provider]) {
3567 print!("{}", format_provider_attachment_table(providers, true));
3568}
3569
3570fn format_provider_attachment_table(providers: &[Provider], color: bool) -> String {
3571 use std::fmt::Write as _;

Callers 1

sandbox_provider_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected