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

Function getKeyFromNode

test/fixtures/snapshot/typescript.js:144885–144887  ·  view source on GitHub ↗
(exp)

Source from the content-addressed store, hash-verified

144883 }
144884 }
144885 function getKeyFromNode(exp) {
144886 return "".concat(exp.pos.toString(), ":").concat(exp.end.toString());
144887 }
144888 function canBeConvertedToClass(node, checker) {
144889 var _a, _b, _c, _d;
144890 if (node.kind === 213 /* SyntaxKind.FunctionExpression */) {

Callers 2

isFixablePromiseArgumentFunction · 0.85

Calls 2

concatMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected