MCPcopy Create free account
hub / github.com/apache/arrow-rs / get

Method get

arrow-flight/src/trailers.rs:89–91  ·  view source on GitHub ↗

gRPC trailers that are known at the end of a stream.

(&self)

Source from the content-addressed store, hash-verified

87impl LazyTrailers {
88 /// gRPC trailers that are known at the end of a stream.
89 pub fn get(&self) -> Option<MetadataMap> {
90 self.trailers.lock().expect("poisoned").clone()
91 }
92}

Callers 6

trailersMethod · 0.45
handshakeMethod · 0.45
check_tokenMethod · 0.45
do_handshakeMethod · 0.45

Calls 1

cloneMethod · 0.45