Skip to main content

cmd_memory_plant

Function cmd_memory_plant 

Source
pub async fn cmd_memory_plant(
    client: &VtaClient,
    context: &str,
    key: &str,
    value: &str,
) -> Result<(), Box<dyn Error>>
Expand description

plant → memory_put. Upserts value under (context, key); re-planting the same key overwrites the stored value.