storage__immediate_insert

Function storage__immediate_insert 

Source
pub unsafe extern "C" fn storage__immediate_insert(
    store: StoreHandle,
    key_ptr: *const u8,
    key_len: u32,
    value_ptr: *const u8,
    value_len: u32,
) -> ErrorCode
Expand description

Set a key value in a store

This is a fast call that updates the store in-memory or on-disk