You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For CommitTreeFile I would iterate through the commit history to see when it was created or last modified. This would happen in O(N) but could be optimized to O(1) if you add a direct reference to those commits for each file in the commit cloud.
For
CommitTreeFileI would iterate through the commit history to see when it was created or last modified. This would happen in O(N) but could be optimized to O(1) if you add a direct reference to those commits for each file in the commit cloud.