8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2378e3e + 625d80a commit 327dbffCopy full SHA for 327dbff
LibGit2Sharp/Blob.cs
@@ -29,7 +29,7 @@ internal Blob(Repository repo, ObjectId id)
29
/// <summary>
30
/// Gets the size in bytes of the raw content of a blob.
31
/// <para> Please note that this would load entire blob content in the memory to compute the Size.
32
- /// In order to read blob size from header, Repository.ObjectMetadata.RetrieveObjectMetadata(Blob.Id).Size
+ /// In order to read blob size from header, Repository.ObjectDatabase.RetrieveObjectMetadata(Blob.Id).Size
33
/// can be used.
34
/// </para>
35
/// </summary>
0 commit comments