From 6d3a1ad712d2f0affe06b75b1f2fe05e84e2f8ab Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 16:36:23 +0000 Subject: object/{blob,commit,tag}: Update docs --- object/blob/blob.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'object/blob') diff --git a/object/blob/blob.go b/object/blob/blob.go index 4ec98fb0..71c1f6f8 100644 --- a/object/blob/blob.go +++ b/object/blob/blob.go @@ -3,9 +3,12 @@ package blob // Blob represents a Git blob object. // -// This Blob object is fully materialized in memory. -// Consider using objectstore/Store.ReadReaderContent, +// Blob is fully materialized in memory. +// +// Consider using objectstore.ReadingStore.ReadReaderContent, // or appropriate streaming write APIs. +// +// Labels: MT-Unsafe. type Blob struct { Data []byte } -- cgit v1.3.1-10-gc9f91