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

Method AsFlowSwitchClauseData

internal/ast/ast.go:1171–1173  ·  view source on GitHub ↗

Node casts

()

Source from the content-addressed store, hash-verified

1169// Node casts
1170
1171func (n *Node) AsFlowSwitchClauseData() *FlowSwitchClauseData {
1172 return n.data.(*FlowSwitchClauseData)
1173}
1174
1175func (n *Node) AsFlowReduceLabelData() *FlowReduceLabelData {
1176 return n.data.(*FlowReduceLabelData)

Callers 3

getTypeAtSwitchClauseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected