MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / features

Method features

virtio-devices/src/block.rs:1059–1061  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1057 }
1058
1059 fn features(&self) -> u64 {
1060 self.common.avail_features
1061 }
1062
1063 fn ack_features(&mut self, value: u64) {
1064 self.common.ack_features(value);

Callers 1

read_onlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected