aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/receivepack.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 18:16:05 +0000
committerGravatar Runxi Yu2026-03-28 18:16:05 +0000
commite75510d130915c212566865ab070c4294c804eb9 (patch)
treea8d5ff5dd1616264546b8f6f1b1b4672a62084a3 /network/receivepack/receivepack.go
parentformat/packfile/ingest: Update docs (diff)
signatureNo signature
network/receivepack: Update docs v0.1.124
Diffstat (limited to 'network/receivepack/receivepack.go')
-rw-r--r--network/receivepack/receivepack.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/network/receivepack/receivepack.go b/network/receivepack/receivepack.go
index b6190770..1052848e 100644
--- a/network/receivepack/receivepack.go
+++ b/network/receivepack/receivepack.go
@@ -20,8 +20,7 @@ import (
// ReceivePack serves one receive-pack session over r/w.
//
-// ReceivePack borrows r, w, and all dependencies reachable through opts for
-// the duration of the call. It does not close any of them.
+// Labels: Deps-Borrowed.
func ReceivePack(
ctx context.Context,
w pktline.WriteFlusher,