MCPcopy Create free account
hub / github.com/nodejs/node / foldState

Function foldState

test/fixtures/snapshot/typescript.js:78965–78968  ·  view source on GitHub ↗
(state, result, _side)

Source from the content-addressed store, hash-verified

78963 return result;
78964 }
78965 function foldState(state, result, _side) {
78966 setLastResult(state, result);
78967 return state;
78968 }
78969 function maybeCheckExpression(state, node) {
78970 if (ts.isBinaryExpression(node)) {
78971 return node;

Callers

nothing calls this directly

Calls 1

setLastResultFunction · 0.85

Tested by

no test coverage detected