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

Function bindNonNullExpressionFlow

test/fixtures/snapshot/typescript.js:46156–46163  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

46154 }
46155 }
46156 function bindNonNullExpressionFlow(node) {
46157 if (ts.isOptionalChain(node)) {
46158 bindOptionalChainFlow(node);
46159 }
46160 else {
46161 bindEachChild(node);
46162 }
46163 }
46164 function bindAccessExpressionFlow(node) {
46165 if (ts.isOptionalChain(node)) {
46166 bindOptionalChainFlow(node);

Callers 1

bindChildrenFunction · 0.85

Calls 2

bindOptionalChainFlowFunction · 0.85
bindEachChildFunction · 0.85

Tested by

no test coverage detected