Function mentat_ffi::in_progress_builder_add_boolean [] [src]

#[no_mangle]
pub unsafe extern "C" fn in_progress_builder_add_boolean<'a, 'c>(
    builder: *mut InProgressBuilder<'a, 'c>,
    entid: c_longlong,
    kw: *const c_char,
    value: bool
) -> *mut ExternResult

Uses builder to assert value for kw on entity entid.

Errors

If entid is not present in the store. If kw is not a valid attribute in the store. If the :db/type of the attribute described by kw is not :db.type/boolean.