This function had two modes (`uuids == nil` and `uuids != nil`). Instead of splitting it up into one function for each mode, inline it at call sites. It was only used three times. |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| compose.go | ||
| json.go | ||
| upload.go | ||
| util.go | ||
This function had two modes (`uuids == nil` and `uuids != nil`). Instead of splitting it up into one function for each mode, inline it at call sites. It was only used three times. |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| compose.go | ||
| json.go | ||
| upload.go | ||
| util.go | ||