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

Method next

crates/openshell-tui/src/app.rs:75–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74impl LogSourceFilter {
75 pub fn next(self) -> Self {
76 match self {
77 Self::All => Self::Gateway,
78 Self::Gateway => Self::Sandbox,
79 Self::Sandbox => Self::All,
80 }
81 }
82
83 pub fn label(self) -> &'static str {
84 match self {

Callers 15

parse_platformFunction · 0.45
build_imageFunction · 0.45
glob_matchFunction · 0.45
validated_gateway_nameFunction · 0.45
grpc_method_from_pathFunction · 0.45
extract_peer_identityFunction · 0.45
copy_ws_to_writerFunction · 0.45
extract_cookieFunction · 0.45
sandbox_owner_referenceFunction · 0.45
truncate_for_logFunction · 0.45

Calls

no outgoing calls

Tested by 10

run_echo_supervisorFunction · 0.36
extract_cookieFunction · 0.36
copy_ws_to_writerFunction · 0.36
proxy_ws_to_tcpFunction · 0.36
send_rawFunction · 0.36
start_ws_echo_serverFunction · 0.36
extract_sandbox_nameFunction · 0.36
extract_sandbox_nameFunction · 0.36