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

Method getAsyncId

lib/internal/fs/promises.js:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 }
203
204 getAsyncId() {
205 return this[kHandle].getAsyncId();
206 }
207
208 get fd() {
209 return this[kFd];

Callers 12

responseKeepAliveFunction · 0.80
getNewAsyncIdFunction · 0.80
SocketFunction · 0.80
net.jsFile · 0.80
SocketFunction · 0.80
asyncResetHandleFunction · 0.80
[kInit]Method · 0.80
watchers.jsFile · 0.80
testInitializedFunction · 0.80
test.jsFile · 0.80
testUninitializedFunction · 0.80
testInitializedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected