aboutsummaryrefslogtreecommitdiff
path: root/network/protocol/sideband64k/chunk_writer.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 03:39:18 +0000
committerGravatar Runxi Yu2026-03-29 03:39:18 +0000
commit7a93df9ab78c3d0823248d0fb051b0cc85edd85d (patch)
treeaba32ae47d6030e573b691e1a7aa314ff0ec4a72 /network/protocol/sideband64k/chunk_writer.go
parentnetwork/protocol/v0v1/server: Add contract labels (diff)
signatureNo signature
network/protocol: Add more contract labels
Diffstat (limited to 'network/protocol/sideband64k/chunk_writer.go')
-rw-r--r--network/protocol/sideband64k/chunk_writer.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/sideband64k/chunk_writer.go b/network/protocol/sideband64k/chunk_writer.go
index 9ee4e9f8..fb9d8060 100644
--- a/network/protocol/sideband64k/chunk_writer.go
+++ b/network/protocol/sideband64k/chunk_writer.go
@@ -12,6 +12,8 @@ type ChunkWriter struct {
}
// NewChunkWriter creates a chunking adapter over enc for one band.
+//
+// Labels: Deps-Borrowed.
func NewChunkWriter(enc *Encoder, band Band) *ChunkWriter {
return &ChunkWriter{enc: enc, band: band}
}