MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / toPtr

Function toPtr

app/controlplane/cmd/main.go:205–207  ·  view source on GitHub ↗
(v T)

Source from the content-addressed store, hash-verified

203}
204
205func toPtr[T any](v T) *T {
206 return &v
207}
208
209type app struct {
210 *kratos.App

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected