Skip to main content

filtered_earlier

Function filtered_earlier 

Source
fn filtered_earlier(site: Site, kind: ActionKind) -> Support
Expand description

The answer not_attemptable already gave, restated.

Every kind that reaches a site helper’s “filtered earlier” arm was answered before dispatch. Recomputing it keeps each helper a total function instead of a panicking one — a capability table that can panic is worse than one that repeats itself.