mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
[pitboss] sweep after phase 26: 4 deferred items resolved
This commit is contained in:
parent
8a801953e2
commit
ea722dc9ca
8 changed files with 320 additions and 130 deletions
|
|
@ -135,8 +135,5 @@ impl ChainGraph {
|
|||
/// Phase 25's path-search code calls this as a fast-path before
|
||||
/// consulting the full [`IMPACT_LATTICE`].
|
||||
pub fn standalone_impact(cap: Cap) -> Option<ImpactCategory> {
|
||||
IMPACT_LATTICE
|
||||
.iter()
|
||||
.find(|rule| rule.source_cap == cap && rule.adjacent_cap.is_none())
|
||||
.map(|rule| rule.result)
|
||||
lookup_impact(cap, None)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue