(r *github.RepositoryRelease)
| 259 | } |
| 260 | |
| 261 | func cloneRelease(r *github.RepositoryRelease) *github.RepositoryRelease { |
| 262 | rr := *r |
| 263 | return &rr |
| 264 | } |
| 265 | |
| 266 | // addStableSince adds a stable since note to the release body. |
| 267 | // |
no outgoing calls
no test coverage detected