Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ get
Method
get
lib/internal/errors.js:326–328 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
324
errno: {
325
__proto__: null,
326
get() {
327
return
context.errno;
328
},
329
set: (value) => {
330
context.errno = value;
331
},
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected