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

Function state

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

Source from the content-addressed store, hash-verified

90335 get pos() { return pos; },
90336 get error() { return error; },
90337 get state() { return captureMapping(/*hasSource*/ true, /*hasName*/ true); },
90338 next: function () {
90339 while (!done && pos < mappings.length) {
90340 var ch = mappings.charCodeAt(pos);

Callers

nothing calls this directly

Calls 1

captureMappingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…