Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cherry-pick: Remove unnecessary clones (fixes #50) (#326) (#376) * Remove unnecessary clones (fixes #50) (#326) * Remove unnecessary clones Removes unnecessary clones by: 1) Removing the clone() call 2) Borrowing the value instead 3) Defering the clone() call on the item that needs to be cloned and not the whole containing datastructure * Fixed lint and formatting issues --------- Co-authored-by: Sathishkumar <satlead@gmail.com> * Remove unnecessary clones (fixes #50) (#326) * Remove unnecessary clones Removes unnecessary clones by: 1) Removing the clone() call 2) Borrowing the value instead 3) Defering the clone() call on the item that needs to be cloned and not the whole containing datastructure * Fixed lint and formatting issues --------- Co-authored-by: Sathishkumar <satlead@gmail.com> --------- Co-authored-by: Stefan Bossbaly <Sbossb@gmail.com> * fix: Context update (#379) * fix: Context Update not working for extensions * fix: for updating context token if available on boot --------- Co-authored-by: Stefan Bossbaly <Sbossb@gmail.com>
- Loading branch information