Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: use As() instead of Cast() for conversions #40287

Commits on Oct 3, 2021

  1. src: use As() instead of Cast() for conversions

    We mostly use `As()` instead of `Cast()` in our code, so this change
    replaces the remaining calls to `Cast()` with calls to `As()` to
    maintain the consistency.
    
    Refs: https://github.com/nodejs/node/pull/39921/files#r702293529
    
    Signed-off-by: Darshan Sen <darshan.sen@postman.com>
    RaisinTen committed Oct 3, 2021
    Copy the full SHA
    fcb40c7 View commit details
    Browse the repository at this point in the history