MCPcopy Create free account
hub / github.com/uptrace/bun / ptr

Function ptr

dialect/pgdialect/array_test.go:9–11  ·  view source on GitHub ↗
(v T)

Source from the content-addressed store, hash-verified

7)
8
9func ptr[T any](v T) *T {
10 return &v
11}
12
13func TestArrayAppend(t *testing.T) {
14 tcases := []struct {

Callers 1

TestArrayAppendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected