Skip to content
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

Use *PushUpdateOptions as receiver #17724

Merged
merged 7 commits into from
Nov 24, 2021

Commits on Nov 19, 2021

  1. Use *PushUpdateOptions as receiver

    - Use pointer as receiver as it will avoids copying the struct(104
    bytes) on each function call.
    Gusted committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    43913b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    0845aea View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    910d4df View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    97a3818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9003b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de7a306 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    0a0161b View commit details
    Browse the repository at this point in the history