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

Function refresh_data

crates/openshell-tui/src/lib.rs:1904–1909  ·  view source on GitHub ↗
(app: &mut App)

Source from the content-addressed store, hash-verified

1902// ---------------------------------------------------------------------------
1903
1904async fn refresh_data(app: &mut App) {
1905 refresh_health(app).await;
1906 refresh_global_settings(app).await;
1907 refresh_providers(app).await;
1908 refresh_sandboxes(app).await;
1909}
1910
1911async fn refresh_providers(app: &mut App) {
1912 let profiles = if app.providers_v2_enabled {

Callers 2

runFunction · 0.85
handle_gateway_switchFunction · 0.85

Calls 4

refresh_healthFunction · 0.85
refresh_global_settingsFunction · 0.85
refresh_providersFunction · 0.85
refresh_sandboxesFunction · 0.85

Tested by

no test coverage detected