aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/execute.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/service/execute.go
parentformat/packfile/ingest: Update docs (diff)
signatureNo signature
network/receivepack: Update docs v0.1.124
Diffstat (limited to 'network/receivepack/service/execute.go')
-rw-r--r--network/receivepack/service/execute.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/receivepack/service/execute.go b/network/receivepack/service/execute.go
index 9f373e0d..5b00dba5 100644
--- a/network/receivepack/service/execute.go
+++ b/network/receivepack/service/execute.go
@@ -9,6 +9,8 @@ import (
// Execute validates one receive-pack request, optionally ingests its pack into
// quarantine, runs the optional hook, and applies allowed ref updates.
+//
+// Labels: Deps-Borrowed.
func (service *Service) Execute(ctx context.Context, req *Request) (*Result, error) {
result := &Result{
Commands: make([]CommandResult, 0, len(req.Commands)),