MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / from_bytes

Method from_bytes

atomic-core/src/change/session.rs:206–208  ·  view source on GitHub ↗
(bytes: &[u8])

Source from the content-addressed store, hash-verified

204 }
205
206 pub fn from_bytes(bytes: &[u8]) -> Result<Self, postcard::Error> {
207 postcard::from_bytes(bytes)
208 }
209}
210
211impl SessionTurn {

Callers

nothing calls this directly

Calls 1

into_iterMethod · 0.45

Tested by

no test coverage detected