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

Method decode_app_info

dstack-attest/src/attestation.rs:512–514  ·  view source on GitHub ↗

Decode the app info from the event log.

(&self, boottime_mr: bool)

Source from the content-addressed store, hash-verified

510
511 /// Decode the app info from the event log.
512 pub fn decode_app_info(&self, boottime_mr: bool) -> Result<AppInfo> {
513 self.decode_app_info_ex(boottime_mr, "")
514 }
515
516 /// Decode the app info from the event log with an optional external vm_config.
517 #[errify::errify("decode app info")]

Callers 6

cmd_show_mrsFunction · 0.80
sign_csrMethod · 0.80
get_infoFunction · 0.80
verifyMethod · 0.80
register_cvmMethod · 0.80

Calls 1

decode_app_info_exMethod · 0.80

Tested by

no test coverage detected