MCPcopy Index your code
hub / github.com/coder/coder / cloneRelease

Function cloneRelease

scripts/release/main.go:261–264  ·  view source on GitHub ↗
(r *github.RepositoryRelease)

Source from the content-addressed store, hash-verified

259}
260
261func 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//

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected