MCPcopy 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
16function getDeprecationCode(node) {
17 return node.expression.arguments[2].value;
18}
19
20module.exports = {
21 create: function(context) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…