Function mentat_ffi::in_progress_entity_builder_from_temp_id [] [src]

#[no_mangle]
pub unsafe extern "C" fn in_progress_entity_builder_from_temp_id<'m>(
    in_progress: *mut InProgress<'m, 'm>,
    temp_id: *const c_char
) -> *mut EntityBuilder<InProgressBuilder>

Creates a builder for an entity with tempid using the in progress transaction to allow for programmatic assertion of values for that entity.

Safety

Callers are responsible for managing the memory for the return value. A destructor entity_builder_destroy is provided for releasing the memory for this pointer type.