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

refactor!: move function wrapping earlier #335

Merged
merged 1 commit into from Sep 24, 2021

Commits on Sep 24, 2021

  1. refactor!: move function wrapping earlier

    This commit extracts the logic for wrapping user functions into its
    own module and adds unit tests. It also refactors the code path that
    wraps the user function earlier in the initialization logic. This
    removes registration from the critical request path.
    matthewrobertson committed Sep 24, 2021
    Copy the full SHA
    7ed470e View commit details
    Browse the repository at this point in the history