Function test_coprocessor::fixture::init_data_with_engine_and_commit[][src]

pub fn init_data_with_engine_and_commit<E: Engine>(
    ctx: Context,
    engine: E,
    tbl: &ProductTable,
    vals: &[(i64, Option<&str>, i64)],
    commit: bool
) -> (Store<E>, Endpoint<E>)