diff options
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)), |
