mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
These operate on file descriptors, and not on paths. file descriptors doesn't fit into the rest of our modeling, so I would rather remove them than to make it look like it's properly handled. I also did not include any of the functions that work on file descriptors when looking through all of `os`. So this keeps everything consistent at least ;)