Skip to main content

load_table_from_log

Function load_table_from_log 

Source
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