MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / sync

Function sync

tests/client_compat.rs:1166–1168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1164}
1165
1166fn sync() -> Vec<u8> {
1167 tagged_message(b'S', Vec::new())
1168}
1169
1170fn copy_data(bytes: &[u8]) -> Vec<u8> {
1171 tagged_message(b'd', bytes.to_vec())

Calls 1

tagged_messageFunction · 0.85

Tested by

no test coverage detected