Skip to content
Unverified Commit 8085ca4c authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Get all shares as iterable



Sometimes we need all shares or rather a specific subset of shares but
creating dedicated functions is a pain. This just returns an iterable
object for all shares so we can loop over them without allocating all
the memory on the system.

It should not be used by any user called code. But in an occ command or
background job it is fine IMO.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent 380563fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment