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

Function bindExpressionStatement

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

Source from the content-addressed store, hash-verified

45795 bindEach(node.statements);
45796 }
45797 function bindExpressionStatement(node) {
45798 bind(node.expression);
45799 maybeBindExpressionFlowIfCall(node.expression);
45800 }
45801 function maybeBindExpressionFlowIfCall(node) {
45802 // A top level or comma expression call expression with a dotted function name and at least one argument
45803 // is potentially an assertion and is therefore included in the control flow.

Callers 1

bindChildrenFunction · 0.85

Calls 2

bindFunction · 0.70

Tested by

no test coverage detected