Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
ptr[T any](v T) *T {
10
return
&v
11
}
12
13
func
TestArrayAppend(t *testing.T) {
14
tcases := []
struct
{
Callers
1
TestArrayAppend
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected