Skip to main content

make_reader

Function make_reader 

Source
pub fn make_reader(isf: &IsfBuilder) -> ObjectReader<SyntheticPhysMem>
Expand description

Build an ObjectReader from a pre-built ISF JSON value and an empty page table.

Eliminates the four-line setup boilerplate that repeats across every walker test: resolver construction, page table build, VAS construction, and reader assembly.