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

Function createFlowSwitchClause

test/fixtures/snapshot/typescript.js:45462–45465  ·  view source on GitHub ↗
(antecedent, switchStatement, clauseStart, clauseEnd)

Source from the content-addressed store, hash-verified

45460 return initFlowNode({ flags: flags, antecedent: antecedent, node: expression });
45461 }
45462 function createFlowSwitchClause(antecedent, switchStatement, clauseStart, clauseEnd) {
45463 setFlowNodeReferenced(antecedent);
45464 return initFlowNode({ flags: 128 /* FlowFlags.SwitchClause */, antecedent: antecedent, switchStatement: switchStatement, clauseStart: clauseStart, clauseEnd: clauseEnd });
45465 }
45466 function createFlowMutation(flags, antecedent, node) {
45467 setFlowNodeReferenced(antecedent);
45468 var result = initFlowNode({ flags: flags, antecedent: antecedent, node: node });

Callers 2

bindSwitchStatementFunction · 0.85
bindCaseBlockFunction · 0.85

Calls 2

setFlowNodeReferencedFunction · 0.85
initFlowNodeFunction · 0.85

Tested by

no test coverage detected