Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
impl SessionTurn {
Callers
nothing calls this directly
Calls
1
into_iter
Method · 0.45
Tested by
no test coverage detected