pub fn result_source_hash(parent: &OutlineNode) -> Option<&str>Expand description
Read the source-hash:: recorded in the result subblock under
parent, if any. Returns None when no result subblock exists or
when it was written without the hash (pre-auto-run runs).