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

Method selected_sandbox_name

crates/openshell-tui/src/app.rs:2515–2519  ·  view source on GitHub ↗

Get the name of the currently selected sandbox.

(&self)

Source from the content-addressed store, hash-verified

2513
2514 /// Get the name of the currently selected sandbox.
2515 pub fn selected_sandbox_name(&self) -> Option<&str> {
2516 self.sandbox_names
2517 .get(self.sandbox_selected)
2518 .map(String::as_str)
2519 }
2520
2521 /// Get the name of the currently selected provider.
2522 pub fn selected_provider_name(&self) -> Option<&str> {

Callers 11

handle_sandbox_deleteFunction · 0.80
fetch_sandbox_detailFunction · 0.80
handle_shell_connectFunction · 0.80
spawn_draft_approveFunction · 0.80
spawn_draft_rejectFunction · 0.80
spawn_draft_approve_allFunction · 0.80
refresh_draft_chunksFunction · 0.80
draw_confirm_setFunction · 0.80
draw_confirm_deleteFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected