[][src]Module safe_app::ffi::mutable_data::entries

FFI for mutable data entries, keys and values.

Functions

seq_mdata_entries_free

Free the entries from memory.

seq_mdata_entries_get

Get the entry value at the given key. The caller must NOT free the content pointer.

seq_mdata_entries_insert

Insert an entry to the entries.

seq_mdata_entries_len

Returns the number of entries.

seq_mdata_entries_new

Create new empty entries.

seq_mdata_list_entries

Return a list of the entries.