MCPcopy Create free account
hub / github.com/HFQR/xitca-web / position

Method position

postgres/src/error.rs:566–568  ·  view source on GitHub ↗

An optional error cursor position into either the original query string or an internally generated query.

(&self)

Source from the content-addressed store, hash-verified

564 /// An optional error cursor position into either the original query string
565 /// or an internally generated query.
566 pub fn position(&self) -> Option<&ErrorPosition> {
567 self.position.as_ref()
568 }
569
570 /// An indication of the context in which the error occurred.
571 ///

Callers 15

decode_literalMethod · 0.80
try_decode_stringMethod · 0.80
decode_stringMethod · 0.80
takeFunction · 0.80
poll_frameMethod · 0.80
run_peer_control_streamFunction · 0.80
run_peer_encoder_streamFunction · 0.80
run_peer_decoder_streamFunction · 0.80
read_headers_frameFunction · 0.80
parse_instructionMethod · 0.80
parseMethod · 0.80
insertMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected