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

Function is_browser_suppressed

crates/openshell-cli/src/run.rs:1459–1461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1457}
1458
1459fn is_browser_suppressed() -> bool {
1460 std::env::var("OPENSHELL_NO_BROWSER").is_ok_and(|v| v == "1" || v.eq_ignore_ascii_case("true"))
1461}
1462
1463fn rollback_gateway_registration(name: &str, previous_active: Option<&str>) {
1464 remove_gateway_registration(name);

Callers 1

gateway_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected