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

Function get_records_add_request

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

Source from the content-addressed store, hash-verified

1716
1717
1718def get_records_add_request(params): # type: (KeeperParams) -> record_pb2.RecordsAddRequest
1719 return get_pb2_records_request(params, 'add')
1720
1721
1722def get_records_update_request(params): # type: (KeeperParams) -> record_pb2.RecordsUpdateRequest

Callers 5

add_record_v3Function · 0.85
add_record_to_folderFunction · 0.85
execute_records_addFunction · 0.85
executeMethod · 0.85
_create_recordsMethod · 0.85

Calls 1

get_pb2_records_requestFunction · 0.85

Tested by

no test coverage detected