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

Method tdx_event_log

dstack-attest/src/v1.rs:33–38  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31 }
32
33 pub fn tdx_event_log(&self) -> Option<&[TdxEvent]> {
34 match self {
35 Self::Tdx { event_log, .. } => Some(event_log.as_slice()),
36 _ => None,
37 }
38 }
39
40 pub fn into_stripped(self) -> Self {
41 match self {

Callers 2

get_infoFunction · 0.45
quote_responseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected