pub fn identify_effect_in_graph(
graph: &CausalGraph,
source: &str,
target: &str,
) -> CausalEffectVerdictExpand description
Same as identify_effect but takes an already-built graph for
callers that want to reuse the construction across many queries.