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

Method flush

example/src/main.rs:288–293  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

286 }
287
288 fn flush(&mut self) -> Result<(), Self::Error> {
289 match self.connection.flush() {
290 Ok(v) => Ok(v),
291 Err(_) => Err(BleConnectorError::Unknown),
292 }
293 }
294}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected