mirror of
https://github.com/github/codeql.git
synced 2026-02-27 20:33:42 +01:00
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
import csharp
|
|
|
|
from TupleExpr e, string access
|
|
where if e.isReadAccess() then access="read" else access="write"
|
|
select e, access
|