MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / WrappingSourceLocation

Function WrappingSourceLocation

scripts/libs/esprima.js:1511–1517  ·  view source on GitHub ↗
(startToken)

Source from the content-addressed store, hash-verified

1509 }
1510
1511 function WrappingSourceLocation(startToken) {
1512 this.start = {
1513 line: startToken.lineNumber,
1514 column: startToken.start - startToken.lineStart
1515 };
1516 this.end = null;
1517 }
1518
1519 function Node() {
1520 if (extra.range) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected