Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1722
def
get_records_update_request(params):
# type: (KeeperParams) -> record_pb2.RecordsUpdateRequest
1723
return
get_pb2_records_request(params,
'update'
)
Callers
6
update_record_v3
Function · 0.85
update_records_v3
Function · 0.85
update_record
Function · 0.85
execute_records_update
Function · 0.85
execute
Method · 0.85
execute
Method · 0.85
Calls
1
get_pb2_records_request
Function · 0.85
Tested by
no test coverage detected