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/service/execute.go | |
| parent | format/packfile/ingest: Update docs (diff) | |
| signature | No signature | |
network/receivepack: Update docs v0.1.124
Diffstat (limited to 'network/receivepack/service/execute.go')
| -rw-r--r-- | network/receivepack/service/execute.go | 2 |
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)), |
