Skip to main content

kv_store_get

Function kv_store_get 

Source
pub fn kv_store_get(key: &str) -> Option<Vec<u8>>
Expand description

Retrieve a value from the persistent KV store. Returns None if the key does not exist.