Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ manifest
Method
manifest
nodedb/src/engine/array/store/catalog.rs:128–130 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
126
}
127
128
pub fn manifest(&self) -> &Manifest {
129
&self.manifest
130
}
131
132
pub fn manifest_mut(&mut self) -> &mut Manifest {
133
&mut self.manifest
Callers
15
compaction_merges_l0_segments
Function · 0.80
apply_record
Method · 0.80
reopen_loads_manifest_and_segments
Function · 0.80
pick
Method · 0.80
run
Method · 0.80
versioned_tiles_preserved_through_merge
Function · 0.80
merger_preserves_tombstone_and_erasure_rows_inside_horizon
Function · 0.80
rewrite_segment
Function · 0.80
execute_rewrites_segment_dropping_tiles
Function · 0.80
execute_removes_segment_when_all_tiles_dropped
Function · 0.80
plan
Function · 0.80
gdpr_erasure_persists_through_flush_and_blocks_reads
Function · 0.80
Calls
no outgoing calls
Tested by
12
compaction_merges_l0_segments
Function · 0.64
reopen_loads_manifest_and_segments
Function · 0.64
versioned_tiles_preserved_through_merge
Function · 0.64
merger_preserves_tombstone_and_erasure_rows_inside_horizon
Function · 0.64
execute_rewrites_segment_dropping_tiles
Function · 0.64
execute_removes_segment_when_all_tiles_dropped
Function · 0.64
gdpr_erasure_persists_through_flush_and_blocks_reads
Function · 0.64
gdpr_erasure_physically_dropped_outside_retention_horizon
Function · 0.64
tombstone_appended_not_in_place_visible_after_flush
Function · 0.64
compaction_no_retention_keeps_everything
Function · 0.64
follower_replay_yields_identical_state
Function · 0.64
ceiling_at_horizon_resolves_correctly_after_compaction
Function · 0.64