Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/f0rr0/oliphaunt
/ sync
Method
sync
src/protocol/serializer.rs:286–288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
284
}
285
286
pub fn sync() -> Vec<u8> {
287
code_only_buffer(CODE_SYNC)
288
}
289
290
pub fn end() -> Vec<u8> {
291
code_only_buffer(CODE_END)
Callers
nothing calls this directly
Calls
1
code_only_buffer
Function · 0.85
Tested by
no test coverage detected