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

Function getFullWidth

test/fixtures/snapshot/typescript.js:14429–14431  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

14427 }
14428 ts.usingSingleLineStringWriter = usingSingleLineStringWriter;
14429 function getFullWidth(node) {
14430 return node.end - node.pos;
14431 }
14432 ts.getFullWidth = getFullWidth;
14433 function getResolvedModule(sourceFile, moduleNameText, mode) {
14434 return sourceFile && sourceFile.resolvedModules && sourceFile.resolvedModules.get(moduleNameText, mode);

Callers 2

declarationNameToStringFunction · 0.85
entityNameToStringFunction · 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…