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

Method request

typings/internalBinding/locks.d.ts:21–21  ·  view source on GitHub ↗
(
    name: string,
    clientId: string,
    mode: string,
    steal: boolean,
    ifAvailable: boolean,
    callback: InternalLocksBinding.LockGrantedCallback
  )

Source from the content-addressed store, hash-verified

19 readonly LOCK_STOLEN_ERROR: 'LOCK_STOLEN';
20
21 request(
22 name: string,
23 clientId: string,
24 mode: string,

Callers 15

requestMethod · 0.65
_connectWebsocketMethod · 0.65
requestOnConnectFunction · 0.65
runFunction · 0.65
pummelFunction · 0.65
doRequestFunction · 0.65
createProxyServerFunction · 0.65

Implementers 1

LockManagerlib/internal/locks.js

Calls

no outgoing calls

Tested by 1

testFunction · 0.52