job_queue: trim graph_snapshot's doc comment back under the 30-line comment-block cap
This commit is contained in:
parent
eae04ac2c5
commit
bc40947550
1 changed files with 3 additions and 5 deletions
|
|
@ -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`]
|
||||
|
|
|
|||
Loading…
Reference in a new issue