diff options
| author | 2026-03-28 18:16:05 +0000 | |
|---|---|---|
| committer | 2026-03-28 18:16:05 +0000 | |
| commit | e75510d130915c212566865ab070c4294c804eb9 (patch) | |
| tree | a8d5ff5dd1616264546b8f6f1b1b4672a62084a3 /network/receivepack/receivepack.go | |
| parent | format/packfile/ingest: Update docs (diff) | |
| signature | No signature | |
network/receivepack: Update docs v0.1.124
Diffstat (limited to 'network/receivepack/receivepack.go')
| -rw-r--r-- | network/receivepack/receivepack.go | 3 |
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, |
