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

Method is_empty

crates/openshell-server/src/grpc/provider.rs:51–53  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49impl ProviderEnvironment {
50 #[cfg(test)]
51 fn is_empty(&self) -> bool {
52 self.environment.is_empty()
53 }
54
55 #[cfg(test)]
56 fn get(&self, key: &str) -> Option<&String> {

Callers 15

endpoint_keyFunction · 0.45
endpoint_hostFunction · 0.45
parse_hostFunction · 0.45
sanitize_cookie_headerFunction · 0.45
service_display_nameFunction · 0.45
run_localFunction · 0.45
list_all_refresh_statesFunction · 0.45

Calls

no outgoing calls