Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ ToPtr
Function
ToPtr
example/hset-struct/main.go:127–129 ·
view source on GitHub ↗
(v T)
Source
from the content-addressed store, hash-verified
125
}
126
127
func
ToPtr[T any](v T) *T {
128
return
&v
129
}
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected