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.