(antecedent, node)
| 45472 | return result; |
| 45473 | } |
| 45474 | function createFlowCall(antecedent, node) { |
| 45475 | setFlowNodeReferenced(antecedent); |
| 45476 | return initFlowNode({ flags: 512 /* FlowFlags.Call */, antecedent: antecedent, node: node }); |
| 45477 | } |
| 45478 | function finishFlowLabel(flow) { |
| 45479 | var antecedents = flow.antecedents; |
| 45480 | if (!antecedents) { |
no test coverage detected