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

Function tryScan

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

Source from the content-addressed store, hash-verified

12271 return speculationHelper(callback, /*isLookahead*/ true);
12272 }
12273 function tryScan(callback) {
12274 return speculationHelper(callback, /*isLookahead*/ false);
12275 }
12276 function getText() {
12277 return text;
12278 }

Callers

nothing calls this directly

Calls 1

speculationHelperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…