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

Method attest_response

guest-agent/src/rpc_service.rs:179–181  ·  view source on GitHub ↗
(&self, report_data: [u8; 64])

Source from the content-addressed store, hash-verified

177 }
178
179 fn attest_response(&self, report_data: [u8; 64]) -> Result<AttestResponse> {
180 self.inner.platform.attest_response(report_data)
181 }
182
183 fn emit_event(&self, event: &str, payload: &[u8]) -> Result<()> {
184 self.inner.platform.emit_event(event, payload)

Callers 1

attestMethod · 0.45

Calls 2

patch_report_dataFunction · 0.85
to_bytesMethod · 0.80

Tested by

no test coverage detected