mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
Note that this does not give the exact same results as the old function, however it's not clear to me that the old results were actually correct (it _looks_ like `read()` might be doing an IO operation, but in fact `read` is not defined, so at best this will raise a NameError, not an IOError).