Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
func
toPtr[T any](v T) *T {
206
return
&v
207
}
208
209
type
app
struct
{
210
*kratos.App
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected