MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / get_folder_path

Function get_folder_path

keepercommander/commands/folder.py:670–676  ·  view source on GitHub ↗
(params, uid)

Source from the content-addressed store, hash-verified

668
669
670def get_folder_path(params, uid):
671 path = ''
672 folder = params.folder_cache.get(uid)
673 while folder:
674 path = f'{folder.name}/{path}'
675 folder = params.folder_cache.get(folder.parent_uid)
676 return path
677
678
679def get_shared_subfolder_delete_rq(params, user_folder, user_folder_ids):

Callers 15

_build_folder_jsonMethod · 0.70
executeMethod · 0.70
include_dagMethod · 0.70
executeMethod · 0.70
find_endpointsMethod · 0.70
_delete_empty_foldersMethod · 0.70
find_endpointsMethod · 0.70
sf_reportMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70
executeMethod · 0.70

Calls 1

getMethod · 0.80

Tested by

no test coverage detected