job_queue: trim graph_snapshot's doc comment back under the 30-line comment-block cap

This commit is contained in:
damocles 2026-08-16 17:19:04 +02:00
commit bc40947550

View file

@ -345,11 +345,9 @@ impl JobQueue {
/// costs nothing at that size.
///
/// A node whose *parent* got filtered out still rides with its original
/// `parent` id — `JobqGraph` (`@hive/shared/jobq-graph.js`, the one
/// consumer) already treats an unresolvable parent as a new root
/// (`buildTree`'s fallback), so a filtered-out ancestor surfaces a
/// still-matching descendant one level higher rather than hiding or
/// orphaning it.
/// `parent` id — `JobqGraph` (`@hive/shared/jobq-graph.js`) already treats
/// an unresolvable parent as a new root (`buildTree`'s fallback), so a
/// filtered-out ancestor surfaces one level higher, not hidden/orphaned.
///
/// The projection and state filter are both [`hive_jobq_wire`]'s; this
/// layer only supplies *which roots* are in view (see [`visible_roots`]