Skip to main content

storage_get_item

Function storage_get_item 

Source
pub async fn storage_get_item(
    db: State<'_, DatabaseWrapper>,
    item_id: String,
) -> Result<Option<CachedItem>, String>
Expand description

Get a single cached item by ID