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

Method write

nodedb/src/control/cluster/array_cluster_helpers.rs:24–30  ·  view source on GitHub ↗
(&self, writer: &mut W)

Source from the content-addressed store, hash-verified

22
23impl zerompk::ToMessagePack for AggValue {
24 fn write<W: zerompk::Write>(&self, writer: &mut W) -> zerompk::Result<()> {
25 match self {
26 AggValue::Float(f) => writer.write_f64(*f),
27 AggValue::Int(i) => writer.write_i64(*i),
28 AggValue::Null => writer.write_nil(),
29 }
30 }
31}
32
33/// Finalize merged `ArrayAggPartial`s into the same msgpack-map structure

Callers 15

listenMethod · 0.45
unlistenMethod · 0.45
unlisten_allMethod · 0.45
notifyMethod · 0.45
create_topicMethod · 0.45
drop_topicMethod · 0.45
convert_alter_arrayFunction · 0.45
make_ctxFunction · 0.45
make_ctxFunction · 0.45
convert_create_arrayFunction · 0.45
convert_drop_arrayFunction · 0.45
assignMethod · 0.45

Calls

no outgoing calls