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

Function bindAccessExpressionFlow

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

Source from the content-addressed store, hash-verified

46162 }
46163 }
46164 function bindAccessExpressionFlow(node) {
46165 if (ts.isOptionalChain(node)) {
46166 bindOptionalChainFlow(node);
46167 }
46168 else {
46169 bindEachChild(node);
46170 }
46171 }
46172 function bindCallExpressionFlow(node) {
46173 if (ts.isOptionalChain(node)) {
46174 bindOptionalChainFlow(node);

Callers 1

bindChildrenFunction · 0.85

Calls 2

bindOptionalChainFlowFunction · 0.85
bindEachChildFunction · 0.85

Tested by

no test coverage detected