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

Function get_synced_params

unit-tests/data_vault.py:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109
110def get_synced_params():
111 p = get_connected_params()
112 with mock.patch('keepercommander.api.communicate_rest') as mock_comm:
113 mock_comm.side_effect = get_sync_down_responses
114 api.sync_down(p)
115 return p
116
117
118_REVISION = 100

Calls 2

get_connected_paramsFunction · 0.85
sync_downMethod · 0.45