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

Change Array.Get() to return Value instead of Storable #316

Merged
merged 1 commit into from
Jun 29, 2023

Commits on Jun 27, 2023

  1. Change Array.Get() to return Value instead of Storable

    This commit changes Array.Get() to return Value instead of Storable.
    
    Currently, Array.Get() returns Storable and client converts
    returned Storable to Value.  However, it only makes sense to
    return Storable if client needs to remove register (slab) by
    StorageID (StorageIDStorable).
    
    Get() should only provide value without possibility of client
    manipulating the underlying storable.
    fxamacker committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    044db01 View commit details
    Browse the repository at this point in the history