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

Method end

src/protocol/serializer.rs:290–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 }
289
290 pub fn end() -> Vec<u8> {
291 code_only_buffer(CODE_END)
292 }
293
294 pub fn copy_data(chunk: &[u8]) -> Vec<u8> {
295 let mut writer = BufferWriter::default();

Callers

nothing calls this directly

Calls 1

code_only_bufferFunction · 0.85

Tested by

no test coverage detected