-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
comment updates for gdb.Builder #2513
Conversation
@org-org-org The CI unit testing cases failed. You may need add associated unit testing case to verify your updates. |
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2513 +/- ##
==========================================
- Coverage 78.62% 78.60% -0.03%
==========================================
Files 630 630
Lines 51318 51389 +71
==========================================
+ Hits 40349 40394 +45
- Misses 8984 9007 +23
- Partials 1985 1988 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 22 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
getBuilder creates and returns a cloned WhereBuilder of current WhereBuilder if
safe
is true,or else it returns the current WhereBuilder.
But it seems that getBuilder directly returns b.Clone()