mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
committed by
GitHub
parent
843fce4bcd
commit
fedf8fc575
@@ -268,7 +268,7 @@ module AccessPath {
|
||||
)
|
||||
}
|
||||
|
||||
/** A module for computing an access to a variable that happens after a write to that same variable */
|
||||
/** A module for computing an access to a variable that happens after a property has been written onto it */
|
||||
private module GetLaterAccess {
|
||||
/**
|
||||
* Gets an access to a variable that is written to in `write`, where the access is after the write.
|
||||
|
||||
Reference in New Issue
Block a user