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

Method msgpack_len

nodedb-query/src/msgpack_scan/sidecar.rs:325–327  ·  view source on GitHub ↗

Length of the original msgpack section in bytes.

(&self)

Source from the content-addressed store, hash-verified

323
324 /// Length of the original msgpack section in bytes.
325 pub fn msgpack_len(&self) -> usize {
326 self.msgpack.len()
327 }
328
329 /// Access the borrowed msgpack bytes.
330 pub fn msgpack_bytes(&self) -> &[u8] {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected