Skip to main content

prune_file

Function prune_file 

Source
pub fn prune_file(store: &InviteStore) -> Result<usize, InviteStoreError>
Expand description

Same conventions as prune_expired but keyed on path — used by the handlers under the admin write lock.

§Errors

Propagates InviteStoreError from the read-modify-write cycle.