MCPcopy Index your code
hub / github.com/nodejs/node / publishLockRequestEnd

Function publishLockRequestEnd

lib/internal/locks.js:139–143  ·  view source on GitHub ↗
(name, mode, ifAvailable, steal, error)

Source from the content-addressed store, hash-verified

137}
138
139function publishLockRequestEnd(name, mode, ifAvailable, steal, error) {
140 if (lockRequestEndChannel.hasSubscribers) {
141 lockRequestEndChannel.publish({ name, mode, ifAvailable, steal, error });
142 }
143}
144
145// https://w3c.github.io/web-locks/#api-lock-manager
146class LockManager {

Callers 1

requestMethod · 0.85

Calls 1

publishMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…