pub const LIVE_COHORT: &[&str];Expand description
The embedded fullnode’s live cohort: the pipelines that
restore_indexes bulk-loads and that are restored to the
perpetual store’s tip T, then follow live from there. They are
bounded by the live object set, so a snapshot restore reproduces
them exactly.
Matches the live half of
PipelineLayer::embedded;
the embedded_registers_only_cohort_pipelines test pins the two
together.