Skip to main content

ambiguity_feed

Function ambiguity_feed 

Source
pub fn ambiguity_feed(model: &PrivilegeModel) -> Vec<AmbiguityFeedEntry>
Expand description

Build the flat ambiguity feed from a resolved PrivilegeModel.

Deterministic: entries appear in the model’s own order (runtime_ambiguities first, then ambiguous cross_schema_writes). O(n) over the two source vectors.