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