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

Method raw_client

crates/openshell-core/src/grpc_client.rs:731–733  ·  view source on GitHub ↗

Get a clone of the underlying tonic client for direct RPC calls.

(&self)

Source from the content-addressed store, hash-verified

729
730 /// Get a clone of the underlying tonic client for direct RPC calls.
731 pub fn raw_client(&self) -> OpenShellClient<AuthedChannel> {
732 self.client.clone()
733 }
734
735 /// Poll for current effective sandbox settings and policy metadata.
736 pub async fn poll_settings(&self, sandbox_id: &str) -> Result<SettingsPollResult> {

Callers 1

run_push_loopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected