pub fn load_table_from_log(log_path: &Path) -> Result<SymbolTable, VerifyError>Expand description
Open a canonical log read-only and return the reconstructed
SymbolTable (via a temporary Pipeline)
so the renderer and verify helpers can share a table.
§Errors
VerifyError::Logon filesystem read failure.