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

Method get_devide_id

dstack-attest/src/attestation.rs:729–731  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

727
728impl GetDeviceId for () {
729 fn get_devide_id(&self) -> Vec<u8> {
730 Vec::new()
731 }
732}
733
734impl GetDeviceId for DstackVerifiedReport {

Callers 1

decode_app_info_exMethod · 0.80

Calls 1

to_vecMethod · 0.80

Tested by

no test coverage detected