MCPcopy Create free account
hub / github.com/diondokter/device-driver / get_inner_buffer

Method get_inner_buffer

tests/cases/basic_command/basic_command.rs:102–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100 Self::new_zero()
101 }
102 fn get_inner_buffer(&self) -> &[u8] {
103 &self.bits
104 }
105 fn get_inner_buffer_mut(&mut self) -> &mut [u8] {
106 &mut self.bits
107 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected