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

Method quote_response

guest-agent-simulator/src/main.rs:80–87  ·  view source on GitHub ↗
(&self, report_data: [u8; 64], vm_config: &str)

Source from the content-addressed store, hash-verified

78 }
79
80 fn quote_response(&self, report_data: [u8; 64], vm_config: &str) -> Result<GetQuoteResponse> {
81 simulator::simulated_quote_response(
82 &self.attestation,
83 report_data,
84 vm_config,
85 self.patch_report_data,
86 )
87 }
88
89 fn attest_response(&self, report_data: [u8; 64]) -> Result<AttestResponse> {
90 simulator::simulated_attest_response(&self.attestation, report_data, self.patch_report_data)

Callers

nothing calls this directly

Calls 1

simulated_quote_responseFunction · 0.85

Tested by

no test coverage detected