MCPcopy Create free account
hub / github.com/bjoernQ/bleps / readable

Method readable

bleps/src/attribute.rs:31–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29
30impl<'a, const N: usize> AttData for &'a [u8; N] {
31 fn readable(&self) -> bool {
32 true
33 }
34
35 fn read(&mut self, offset: usize, data: &mut [u8]) -> Result<usize, AttErrorCode> {
36 if offset > N {

Callers 2

fmtMethod · 0.45
valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected