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

Method is_empty

nodedb/src/bridge/envelope.rs:37–39  ·  view source on GitHub ↗

Whether this payload is empty.

(&self)

Source from the content-addressed store, hash-verified

35
36 /// Whether this payload is empty.
37 pub fn is_empty(&self) -> bool {
38 self.as_bytes().is_empty()
39 }
40
41 /// Length in bytes.
42 pub fn len(&self) -> usize {

Callers 15

fromMethod · 0.45
is_truthyFunction · 0.45
init_walFunction · 0.45
load_tombstonesFunction · 0.45
wire_stateFunction · 0.45
spawn_signal_handlersFunction · 0.45
mixed_plain_and_rollupFunction · 0.45

Calls 1

as_bytesMethod · 0.45