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

Function get_records_update_request

keepercommander/api.py:1722–1723  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

1720
1721
1722def get_records_update_request(params): # type: (KeeperParams) -> record_pb2.RecordsUpdateRequest
1723 return get_pb2_records_request(params, 'update')

Callers 6

update_record_v3Function · 0.85
update_records_v3Function · 0.85
update_recordFunction · 0.85
execute_records_updateFunction · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls 1

get_pb2_records_requestFunction · 0.85

Tested by

no test coverage detected