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

Method id

crates/openshell-providers/src/lib.rs:88–90  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

86/// repeating the same three-method delegation.
87impl ProviderPlugin for ProviderDiscoverySpec {
88 fn id(&self) -> &'static str {
89 self.id
90 }
91
92 fn discover_existing(&self) -> Result<Option<DiscoveredProvider>, ProviderError> {
93 discover_with_spec(self, &RealDiscoveryContext)

Callers 13

sandbox_forwardFunction · 0.45
spawn_implMethod · 0.45
killMethod · 0.45
channel_open_sessionMethod · 0.45
spawn_pty_shellFunction · 0.45
spawn_pipe_execFunction · 0.45
terminate_vm_processFunction · 0.45
run_qemu_vmFunction · 0.45
run_libkrun_vmFunction · 0.45

Calls

no outgoing calls