Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add
counts
andadd_new_item
methods, without tests #4Add
counts
andadd_new_item
methods, without tests #4Changes from 34 commits
1260925
f4bd9c2
28cd1c9
b101df6
19989b1
50069e9
8abf3ed
1aa44b3
61ac4a2
67b5c70
0255224
1d8fe42
dc99a48
08c47ca
5bf622e
d139f55
7c5fc9b
e6db6b1
0dfd47a
292f428
2529278
f07d603
d804ee0
89e156c
1cd515e
b34629a
c3c40f5
29b4235
8523175
61a5052
612b776
0212ee8
14d9392
6de4de9
522c5a6
ccb6f6e
04dbdbd
a953fce
9b4dfc5
07e11a3
37478c6
5cf7f41
6d41f55
4f5349d
2b81138
7a7294b
994b09f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@Oxygen588 what does the return value look like in the success and failure case? I'm not sure what it would be, so it would be nice to have a comment!
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.
Sorry, to clarify what I mean, I don't know what the value of
results
if the transaction succeeds or fails.