Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ decode_copy_fail
Function
decode_copy_fail
src/pgwire/src/codec.rs:924–926 ·
view source on GitHub ↗
(mut buf: Cursor)
Source
from the content-addressed store, hash-verified
922
}
923
924
fn decode_copy_fail(mut buf: Cursor) -> Result<FrontendMessage, io::Error> {
925
Ok(FrontendMessage::CopyFail(buf.read_cstr()?.to_string()))
926
}
Callers
1
decode
Method · 0.85
Calls
2
read_cstr
Method · 0.80
to_string
Method · 0.45
Tested by
no test coverage detected