Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
95
pub 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_null
Function · 0.85
apply_projection_msgpack
Function · 0.85
emit_column_value
Function · 0.85
Calls
1
push
Method · 0.45
Tested by
no test coverage detected