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

Method writable

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

Source from the content-addressed store, hash-verified

61 }
62
63 fn writable(&self) -> bool {
64 true
65 }
66
67 fn write(&mut self, offset: usize, data: &[u8]) -> Result<(), AttErrorCode> {
68 if offset > N {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected