MCPcopy Create free account
hub / github.com/microsoft/typescript-go / NewFlowReduceLabelData

Function NewFlowReduceLabelData

internal/ast/flow.go:70–75  ·  view source on GitHub ↗
(target *FlowLabel, antecedents *FlowList)

Source from the content-addressed store, hash-verified

68}
69
70func NewFlowReduceLabelData(target *FlowLabel, antecedents *FlowList) *Node {
71 node := &FlowReduceLabelData{}
72 node.Target = target
73 node.Antecedents = antecedents
74 return newNode(KindUnknown, node, NodeFactoryHooks{})
75}

Callers 1

createReduceLabelMethod · 0.92

Calls 1

newNodeFunction · 0.85

Tested by

no test coverage detected