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

Method flush

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

Source from the content-addressed store, hash-verified

280 }
281
282 pub fn flush() -> Vec<u8> {
283 code_only_buffer(CODE_FLUSH)
284 }
285
286 pub fn sync() -> Vec<u8> {
287 code_only_buffer(CODE_SYNC)

Callers 14

startupMethod · 0.45
passwordMethod · 0.45
queryMethod · 0.45
parseMethod · 0.45
bindMethod · 0.45
describeMethod · 0.45
closeMethod · 0.45
copy_dataMethod · 0.45
copy_failMethod · 0.45

Calls 1

code_only_bufferFunction · 0.85

Tested by

no test coverage detected