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

Method acked_features

vhost_user_block/src/lib.rs:332–335  ·  view source on GitHub ↗
(&mut self, features: u64)

Source from the content-addressed store, hash-verified

330 }
331
332 fn acked_features(&mut self, features: u64) {
333 self.acked_features = features;
334 self.update_writeback();
335 }
336
337 fn protocol_features(&self) -> VhostUserProtocolFeatures {
338 VhostUserProtocolFeatures::CONFIG

Callers

nothing calls this directly

Calls 1

update_writebackMethod · 0.80

Tested by

no test coverage detected