We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @jsign in #384 :
I still feel this if is a bit strange. We're reconstructing the values to be assigned in the leaf when we'll soon create the LeafNode. But see what we do in CreatePath(...): We use that value slice as expected. We do some extra assignments from stemInfo. Is the latter needed? Or a noop? Or maybe I'm missing something.
I still feel this if is a bit strange. We're reconstructing the values to be assigned in the leaf when we'll soon create the LeafNode.
But see what we do in CreatePath(...):
Is the latter needed? Or a noop? Or maybe I'm missing something.
This looks like leftover code from a previous version of the tree API. I didn't want to remove it just yet, but it looks like this is redundant.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From @jsign in #384 :
This looks like leftover code from a previous version of the tree API. I didn't want to remove it just yet, but it looks like this is redundant.
The text was updated successfully, but these errors were encountered: