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

Method runtime_events

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

Source from the content-addressed store, hash-verified

86 }
87
88 pub fn runtime_events(&self) -> &[RuntimeEvent] {
89 match self {
90 Self::Dstack { runtime_events, .. } | Self::DstackPod { runtime_events, .. } => {
91 runtime_events.as_slice()
92 }
93 }
94 }
95
96 pub fn config(&self) -> &str {
97 match self {

Callers 1

decode_app_info_exMethod · 0.80

Calls

no outgoing calls

Tested by 1

decode_app_info_exMethod · 0.64