MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / emit_key_provider_info

Function emit_key_provider_info

dstack-util/src/system_setup.rs:708–713  ·  view source on GitHub ↗
(provider_info: &KeyProviderInfo)

Source from the content-addressed store, hash-verified

706}
707
708fn emit_key_provider_info(provider_info: &KeyProviderInfo) -> Result<()> {
709 info!("Key provider info: {provider_info:?}");
710 let provider_info_json = serde_json::to_vec(&provider_info)?;
711 emit_runtime_event("key-provider", &provider_info_json)?;
712 Ok(())
713}
714
715pub async fn cmd_sys_setup(args: SetupArgs) -> Result<()> {
716 let stage0 = Stage0::load(&args)?;

Callers 1

verify_appMethod · 0.85

Calls 1

emit_runtime_eventFunction · 0.85

Tested by

no test coverage detected