acquireLocks
acquireLocks: (arg: BriefcaseDbArg, locks: LockMap) => Promise<void>
acquire one or more locks. Throws if unsuccessful. If any lock cannot be obtained, no locks are acquired
@throws ConflictingLocksError if one or more requested locks are held by other briefcases.
Defined in
- core/backend/src/BackendHubAccess.ts Line 223
Last Updated: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.