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

Function find_event_payload

dstack-attest/src/attestation.rs:127–129  ·  view source on GitHub ↗
(runtime_events: &[RuntimeEvent], event: &str)

Source from the content-addressed store, hash-verified

125}
126
127fn find_event_payload(runtime_events: &[RuntimeEvent], event: &str) -> Result<Vec<u8>> {
128 find_event(runtime_events, event).map(|event| event.payload)
129}
130
131fn decode_vm_config_with_fallback(config: &str, fallback_config: &str) -> Result<VmConfig> {
132 let config = if config.is_empty() {

Callers 1

decode_app_info_exMethod · 0.85

Calls 1

find_eventFunction · 0.85

Tested by

no test coverage detected