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

Method config

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

Source from the content-addressed store, hash-verified

94 }
95
96 pub fn config(&self) -> &str {
97 match self {
98 Self::Dstack { config, .. } | Self::DstackPod { config, .. } => config,
99 }
100 }
101
102 pub fn report_data_payload(&self) -> Option<&str> {
103 match self {

Callers 1

decode_vm_configMethod · 0.45

Calls

no outgoing calls

Tested by 1

decode_vm_configMethod · 0.36