MCPcopy Create free account
hub / github.com/dolthub/doltgresql / ptr

Function ptr

testing/go/framework.go:388–390  ·  view source on GitHub ↗
(val T)

Source from the content-addressed store, hash-verified

386}
387
388func ptr[T any](val T) *T {
389 return &val
390}
391
392var testServerLogLevel = "warn"
393

Callers 1

TestSSLFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestSSLFunction · 0.56