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

Function getLeftType

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

Source from the content-addressed store, hash-verified

78973 setLastResult(state, checkExpression(node, state.checkMode));
78974 }
78975 function getLeftType(state) {
78976 return state.typeStack[state.stackIndex];
78977 }
78978 function setLeftType(state, type) {
78979 state.typeStack[state.stackIndex] = type;
78980 }

Callers 1

onExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected