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

Function resolve_record_write_path

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

Source from the content-addressed store, hash-verified

1336
1337
1338def resolve_record_write_path(params, record_uid):
1339 # type: (KeeperParams, str) -> dict or None
1340 return resolve_record_permission_path(params, record_uid, 'can_edit')
1341
1342
1343def 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