Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ ptm_to_request
Method
ptm_to_request
tpm/src/lib.rs:87–89 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
85
86
impl Ptm for PtmResult {
87
fn ptm_to_request(&self) -> Vec<u8> {
88
Vec::new()
89
}
90
91
fn get_member_type(&self) -> MemberType {
92
MemberType::Response
Callers
2
test_ptminit
Function · 0.80
run_control_cmd
Method · 0.80
Calls
1
new
Function · 0.85
Tested by
1
test_ptminit
Function · 0.64