Skip to main content

StorageGetItems

Function StorageGetItems 

Source
pub async fn StorageGetItems(
    RunTime: Arc<ApplicationRunTime>,
    _Arguments: Vec<Value>,
) -> Result<Value, String>
Expand description

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