Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Ruby
codeql/ruby-all 4.1.6 (changelog, source)

Member predicate VariableAccess::isExplicitWrite

Holds if this access is a write access belonging to the explicit assignment assignment. For example, in

a, b = foo

both a and b are write accesses belonging to the same assignment.

predicate isExplicitWrite(AstNode assignment)