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

chore(server): Use ChunkedSet in Access repository #6943

Commits on Feb 6, 2024

  1. chore(server): Use ChunkedSet in Access repository

    This change simplifies the Access repository methods, by using the
    `ChunkedSet` decorator. As the methods expect sets, the `chunks` util
    needed to be fixed, so it returns chunks of the same type it received.
    
    Now `chunks` is overloaded, to have proper typing based on the input
    parameter.
    adamantike committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2819895 View commit details
    Browse the repository at this point in the history