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

Method name

crates/openshell-driver-vm/src/lifecycle.rs:836–838  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

834 #[tonic::async_trait]
835 impl LifecycleExtension for RecordingExtension {
836 fn name(&self) -> &str {
837 &self.name
838 }
839
840 fn activation(&self) -> ExtensionActivation {
841 self.activation

Callers 6

descriptorMethod · 0.45
fmtMethod · 0.45
namesMethod · 0.45
active_namesMethod · 0.45
validateMethod · 0.45
configure_launchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected