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

Function errorForNode

tools/eslint-rules/alphabetize-errors.js:8–10  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

6const opStr = ' >= ';
7
8function errorForNode(node) {
9 return node.expression.arguments[0].value;
10}
11
12const requireInternalErrorsSelector =
13 'VariableDeclarator' +

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…