Closed danielocfb closed 2 months ago
Attention: Patch coverage is 81.25000%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 94.62%. Comparing base (
8dc51b8
) to head (430f08d
).
Files | Patch % | Lines |
---|---|---|
src/normalize/ioctl.rs | 81.25% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add a way to check for support of the PROCMAP QUERY ioctl via the public is_procmap_query_supported() helper. On an otherwise unknown system, this function allows to selectively enable (or disable) the usage of the corresponding code paths.