pub fn resolveLazyPathIndex( maker: *const Maker, arena: Allocator, lazy_path_index: Configuration.LazyPath.Index, asking_step_index: Configuration.Step.Index, ) error
pub fn resolveLazyPathIndex( maker: *const Maker, arena: Allocator, lazy_path_index: Configuration.LazyPath.Index, asking_step_index: Configuration.Step.Index, ) error{ OutOfMemory, MakeFailed }!Path { const c = &maker.scanned_config.configuration; return resolveLazyPath(maker, arena, lazy_path_index.get(c), asking_step_index); }