pub fn emit_unknown_facts<I>(
store: &mut FactStore,
prov: &FactProvenance,
unknowns: I,
) -> usizeExpand description
Emit one Opacity fact per (target_logical_id, reason) pair
— the “unknown” family. reason is the
evidence string (typically a stringified UnknownReason) so a
consumer can explain why the analyser could not see through
the target.