Skip to main content

handle_storage_get_items

Function handle_storage_get_items 

Source
pub async fn handle_storage_get_items(
    Runtime: Arc<ApplicationRunTime>,
    _Args: Vec<Value>,
) -> Result<Value, String>
Expand description

Get all storage items as [key, value] tuples. VS Code’s NativeWorkbenchStorageService calls this on initialization.