Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
728
impl GetDeviceId for () {
729
fn get_devide_id(&self) -> Vec<u8> {
730
Vec::new()
731
}
732
}
733
734
impl GetDeviceId for DstackVerifiedReport {
Callers
1
decode_app_info_ex
Method · 0.80
Calls
1
to_vec
Method · 0.80
Tested by
no test coverage detected