Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Apr 11, 2024
1 parent df6429d commit 078c2ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Workspaces/Remote/ServiceHub/Host/AssetProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ public override async ValueTask GetAssetsAsync<T, TArg>(
await this.SynchronizeAssetsAsync(assetPath, checksums, callback, arg, cancellationToken).ConfigureAwait(false);
}

/// <summary>
/// This is the function called when we are <em>not</em> doing an incremental update, but are instead doing a bulk
/// full sync.
/// </summary>
public async ValueTask SynchronizeSolutionAssetsAsync(Checksum solutionChecksum, CancellationToken cancellationToken)
{
var timer = SharedStopwatch.StartNew();
Expand Down

0 comments on commit 078c2ed

Please sign in to comment.