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

Function publishLockRequestStart

lib/internal/locks.js:121–125  ·  view source on GitHub ↗
(name, mode)

Source from the content-addressed store, hash-verified

119}
120
121function publishLockRequestStart(name, mode) {
122 if (lockRequestStartChannel.hasSubscribers) {
123 lockRequestStartChannel.publish({ name, mode });
124 }
125}
126
127function publishLockRequestGrant(name, mode) {
128 if (lockRequestGrantChannel.hasSubscribers) {

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…