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

Function setLeftType

test/fixtures/snapshot/typescript.js:78978–78980  ·  view source on GitHub ↗
(state, type)

Source from the content-addressed store, hash-verified

78976 return state.typeStack[state.stackIndex];
78977 }
78978 function setLeftType(state, type) {
78979 state.typeStack[state.stackIndex] = type;
78980 }
78981 function getLastResult(state) {
78982 return state.typeStack[state.stackIndex + 1];
78983 }

Callers 3

onEnterFunction · 0.85
onOperatorFunction · 0.85
onExitFunction · 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…