Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getDeprecationCode
Function
getDeprecationCode
tools/eslint-rules/documented-deprecation-codes.js:16–18 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
14
}
15
16
function
getDeprecationCode(node) {
17
return
node.expression.arguments[2].value;
18
}
19
20
module.exports = {
21
create:
function
(context) {
Callers
1
documented-deprecation-codes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…