Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isSocket
Method
isSocket
lib/internal/fs/utils.js:199–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
isSocket() {
200
return
this[kType] === UV_DIRENT_SOCKET;
201
}
202
}
203
204
class
DirentFromStats extends Dirent {
Callers
15
getStatsForCopy
Function · 0.80
assertDirents
Function · 0.80
test-fs-stat.js
File · 0.80
verifyStats
Function · 0.80
assertDirent
Function · 0.80
box2d.js
File · 0.80
copy.js
File · 0.80
zlib.js
File · 0.80
lua_binarytrees.js
File · 0.80
fannkuch.js
File · 0.80
primes.js
File · 0.80
memops.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected