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

Function resolve_record_share_path

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

Source from the content-addressed store, hash-verified

1341
1342
1343def resolve_record_share_path(params, record_uid):
1344 # type: (KeeperParams, str) -> dict or None
1345 return resolve_record_permission_path(params, record_uid, 'can_share')
1346
1347
1348def resolve_record_view_path(params, record_uid):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected