MCPcopy
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
127func ToPtr[T any](v T) *T {
128 return &v
129}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected