MCPcopy 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
86impl 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_ptminitFunction · 0.80
run_control_cmdMethod · 0.80

Calls 1

newFunction · 0.85

Tested by 1

test_ptminitFunction · 0.64