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

Function onOperator

test/fixtures/snapshot/typescript.js:45979–45983  ·  view source on GitHub ↗
(operatorToken, state, _node)

Source from the content-addressed store, hash-verified

45977 }
45978 }
45979 function onOperator(operatorToken, state, _node) {
45980 if (!state.skip) {
45981 bind(operatorToken);
45982 }
45983 }
45984 function onRight(right, state, node) {
45985 if (!state.skip) {
45986 var maybeBound = maybeBind(right);

Callers

nothing calls this directly

Calls 11

getLastResultFunction · 0.85
setLeftTypeFunction · 0.85
setLastResultFunction · 0.85
checkTruthinessOfTypeFunction · 0.85
getLinesBetweenNodesFunction · 0.85
writeLinesAndIndentFunction · 0.85
writeTokenNodeFunction · 0.85
bindFunction · 0.70

Tested by

no test coverage detected