()
| 42 | return members |
| 43 | |
| 44 | def fetch_sf_admins(): |
| 45 | sf_uids = [uid for uid in params.shared_folder_cache] |
| 46 | return {sf_uid: api.get_share_admins_for_shared_folder(params, sf_uid) for sf_uid in sf_uids} |
| 47 | |
| 48 | def get_restricted_role_members(uname_lookup): |
| 49 | # Get team_uids and usernames (assigned directly and indirectly) in share-restricted roles |
no outgoing calls
no test coverage detected