Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startup
Method · 0.45
password
Method · 0.45
send_sasl_initial_response_message
Method · 0.45
send_scram_client_final_message
Method · 0.45
query
Method · 0.45
parse
Method · 0.45
bind
Method · 0.45
describe
Method · 0.45
close
Method · 0.45
copy_data
Method · 0.45
copy_fail
Method · 0.45
raw_wire_copy_from_stdin_streams_through_backend_copy_state
Function · 0.45
Calls
1
code_only_buffer
Function · 0.85
Tested by
no test coverage detected