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

Function createStringRange

test/fixtures/snapshot/typescript.js:139645–139647  ·  view source on GitHub ↗
(node, sourceFile)

Source from the content-addressed store, hash-verified

139643 }
139644 }
139645 function createStringRange(node, sourceFile) {
139646 return ts.createRange(node.getStart(sourceFile) + 1, node.end - 1);
139647 }
139648 function forEachProperty(objectLiteral, cb) {
139649 if (!ts.isObjectLiteralExpression(objectLiteral))
139650 return;

Callers 2

tryUpdateStringFunction · 0.85
updateImportsWorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected