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

Function find_folders

keepercommander/subfolder.py:32–36  ·  view source on GitHub ↗
(params, record_uid)

Source from the content-addressed store, hash-verified

30
31
32def find_folders(params, record_uid): # type: (KeeperParams, str) -> Iterable[str]
33 for fuid in params.subfolder_record_cache:
34 if record_uid in params.subfolder_record_cache[fuid]:
35 if fuid:
36 yield fuid
37
38
39def find_all_folders(params, record_uid): # type: (KeeperParams, str) -> Iterable[BaseFolderNode]

Callers 15

__init__Method · 0.85
exportFunction · 0.85
prepare_record_linkFunction · 0.85
executeMethod · 0.85
include_dagMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
find_endpointsMethod · 0.85
find_endpointsMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected