Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
from
Method · 0.45
is_truthy
Function · 0.45
init_wal
Function · 0.45
load_tombstones
Function · 0.45
wire_state
Function · 0.45
spawn_signal_handlers
Function · 0.45
rollup_two_cols_produces_correct_shapes
Function · 0.45
cube_two_cols_produces_all_subsets
Function · 0.45
grouping_sets_explicit_shapes
Function · 0.45
grouping_function_returns_correct_indicator
Function · 0.45
mixed_plain_and_rollup
Function · 0.45
aggregates_compute_correctly_per_set
Function · 0.45
Calls
1
as_bytes
Method · 0.45
Tested by
15
rollup_two_cols_produces_correct_shapes
Function · 0.36
cube_two_cols_produces_all_subsets
Function · 0.36
grouping_sets_explicit_shapes
Function · 0.36
grouping_function_returns_correct_indicator
Function · 0.36
mixed_plain_and_rollup
Function · 0.36
aggregates_compute_correctly_per_set
Function · 0.36
audit_log_where_prev_hash_is_not_null_filters_genesis
Function · 0.36
is_session_param_fallback
Function · 0.36
window_dispatch_never_silently_drops_projection
Function · 0.36
copy_to_ndjson_basic
Function · 0.36
copy_to_query_form
Function · 0.36
id_score_pairs
Function · 0.36