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

Function write_null

nodedb-query/src/msgpack_scan/writer.rs:95–97  ·  view source on GitHub ↗
(buf: &mut Vec<u8>)

Source from the content-addressed store, hash-verified

93/// Write a msgpack null.
94#[inline]
95pub fn write_null(buf: &mut Vec<u8>) {
96 buf.push(0xC0);
97}
98
99/// Write a msgpack binary blob (bin 8/16/32).
100#[inline]

Callers 3

write_kv_nullFunction · 0.85
apply_projection_msgpackFunction · 0.85
emit_column_valueFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected