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

Function process

keepercommander/nested_share_folder/sync.py:162–167  ·  view source on GitHub ↗
(params, acc)

Source from the content-addressed store, hash-verified

160
161
162def process(params, acc):
163 if not has_data(acc):
164 return
165 _ensure_nested_share_folder_attrs(params)
166
167 _process_nested_share_folder_sync(params, acc)
168
169
170def _process_nested_share_folder_sync(params, acc):

Callers 1

test_process_emptyMethod · 0.90

Calls 3

has_dataFunction · 0.85

Tested by 1

test_process_emptyMethod · 0.72