MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / buffered

Method buffered

nodedb/src/control/server/resp/codec.rs:181–183  ·  view source on GitHub ↗

Number of bytes in the parser buffer (for backpressure).

(&self)

Source from the content-addressed store, hash-verified

179
180 /// Number of bytes in the parser buffer (for backpressure).
181 pub fn buffered(&self) -> usize {
182 self.buf.len()
183 }
184}
185
186impl Default for RespParser {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected