MCPcopy Create free account
hub / github.com/hashintel/hash / decode

Method decode

libs/@local/harpc/codec/src/lib.rs:74–80  ·  view source on GitHub ↗
(self, items: S)

Source from the content-addressed store, hash-verified

72 Input: TryStream<Ok: Buf> + Send;
73
74 fn decode<T, S>(self, items: S) -> Self::Output<T, S>
75 where
76 T: serde::de::DeserializeOwned,
77 S: TryStream<Ok: Buf> + Send,
78 {
79 self.decoder.decode(items)
80 }
81}

Callers 15

messageMethod · 0.45
Protocol.tsFile · 0.45
toStringFunction · 0.45
RequestHeader.tsFile · 0.45
RequestFrame.tsFile · 0.45
Request.tsFile · 0.45
RequestBegin.tsFile · 0.45
ResponseBegin.tsFile · 0.45
ResponseFrame.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

assertBodyFunction · 0.36