Skip to main content

try_split_on_grid_sync

Function try_split_on_grid_sync 

Source
pub fn try_split_on_grid_sync(
    program: &Program,
) -> Result<Vec<Program>, BackendError>
Expand description

Fallible variant of split_on_grid_sync for production dispatch paths.

ยงErrors

Returns an actionable BackendError if segment storage cannot be reserved or if split accounting overflows.