Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ push
Method
push
crates/openshell-driver-vm/src/lifecycle.rs:468–470 ·
view source on GitHub ↗
(&mut self, extension: Arc<dyn LifecycleExtension>)
Source
from the content-addressed store, hash-verified
466
}
467
468
pub fn push(&mut self, extension: Arc<dyn LifecycleExtension>) {
469
self.extensions.push(extension);
470
}
471
472
#[must_use]
473
pub fn is_empty(&self) -> bool {
Callers
15
extractBlocks
Function · 0.80
lintFile
Function · 0.80
main
Function · 0.80
bodyText
Function · 0.80
list_gateways_with_source
Function · 0.80
generate_pki
Function · 0.80
add_san
Function · 0.80
sibling_temp_dir
Function · 0.80
generate_test_certs_with_ca
Function · 0.80
build_authenticator_chain
Function · 0.80
each_request_gets_unique_id
Function · 0.80
list_refresh_states_for_provider
Function · 0.80
Calls
no outgoing calls
Tested by
15
generate_test_certs_with_ca
Function · 0.64
get_capabilities
Method · 0.64
validate_sandbox_create
Method · 0.64
get_sandbox
Method · 0.64
list_sandboxes
Method · 0.64
create_sandbox
Method · 0.64
stop_sandbox
Method · 0.64
delete_sandbox
Method · 0.64
watch_sandboxes
Method · 0.64
test_concurrent_handshake_and_reload
Function · 0.64
test_reload_mtls_ca_rotation
Function · 0.64
every_proto_rpc_has_an_annotation
Function · 0.64