-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: add IsDouble function #29076
feat: add IsDouble function #29076
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @etiennep! Please sign the CLA
Please run |
70d567d
to
372f1e4
Compare
372f1e4
to
a546ea3
Compare
a546ea3
to
3760866
Compare
847c497
to
a33c1d5
Compare
@etiennep I merged another function so we need a rebase. |
a33c1d5
to
af22f14
Compare
Done! |
**Description:** Adds new a new `IsDouble` function to facilitate type checking. Most useful when checking the type of a body to determine if it needs to be parsed or not. **Link to tracking Issue:** open-telemetry#27895 **Testing:** Added unit test **Documentation:** Updated the func readme. Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
**Description:** Adds new a new `IsDouble` function to facilitate type checking. Most useful when checking the type of a body to determine if it needs to be parsed or not. **Link to tracking Issue:** open-telemetry#27895 **Testing:** Added unit test **Documentation:** Updated the func readme. Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Description: Adds new a new
IsDouble
function to facilitate type checking. Most useful when checking the type of a body to determine if it needs to be parsed or not.Link to tracking Issue: #27895
Testing: Added unit test
Documentation: Updated the func readme.