pub fn probe_by_id(id: IntegrityProbeId) -> Option<&'static IntegrityProbe>Expand description
Look up a probe by its stable identifier.
Returns None when the id is unknown — this lets callers branch
safely on serde_json::from_str results without panicking.