diff options
| author | 2026-03-29 03:46:47 +0000 | |
|---|---|---|
| committer | 2026-03-29 03:46:47 +0000 | |
| commit | 95e5a88404083597340fd76d9e83707f45103bf9 (patch) | |
| tree | 0d96476992496d8d679bda9db29baf708862554b /network/protocol/sideband64k/chunk_writer.go | |
| parent | network/protocol: Deps-Borrowed where appropriate (diff) | |
| signature | No signature | |
network/protocol: Constructors get Life-Parent too
Diffstat (limited to 'network/protocol/sideband64k/chunk_writer.go')
| -rw-r--r-- | network/protocol/sideband64k/chunk_writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/protocol/sideband64k/chunk_writer.go b/network/protocol/sideband64k/chunk_writer.go index fb9d8060..a1a0ec8c 100644 --- a/network/protocol/sideband64k/chunk_writer.go +++ b/network/protocol/sideband64k/chunk_writer.go @@ -13,7 +13,7 @@ type ChunkWriter struct { // NewChunkWriter creates a chunking adapter over enc for one band. // -// Labels: Deps-Borrowed. +// Labels: Deps-Borrowed, Life-Parent. func NewChunkWriter(enc *Encoder, band Band) *ChunkWriter { return &ChunkWriter{enc: enc, band: band} } |
