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

Function isLogicalAssignmentExpression

internal/binder/binder.go:1817–1819  ·  view source on GitHub ↗
(node *ast.Node)

Source from the content-addressed store, hash-verified

1815}
1816
1817func isLogicalAssignmentExpression(node *ast.Node) bool {
1818 return ast.IsLogicalOrCoalescingAssignmentExpression(ast.SkipParentheses(node))
1819}
1820
1821func (b *Binder) bindAssignmentTargetFlow(node *ast.Node) {
1822 switch node.Kind {

Callers 1

bindConditionMethod · 0.85

Calls 2

SkipParenthesesFunction · 0.92

Tested by

no test coverage detected