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

Function resolve_record_write_path

keepercommander/api.py:1374–1376  ·  view source on GitHub ↗
(params, record_uid)

Source from the content-addressed store, hash-verified

1372
1373
1374def resolve_record_write_path(params, record_uid):
1375 # type: (KeeperParams, str) -> dict or None
1376 return resolve_record_permission_path(params, record_uid, 'can_edit')
1377
1378
1379def resolve_record_share_path(params, record_uid):

Callers 2

prepare_recordFunction · 0.85
prepare_record_v3Function · 0.85

Calls 1

Tested by

no test coverage detected