MCPcopy Index your code
hub / github.com/lib/pq / TildeNullInt64

Struct TildeNullInt64

array_test.go:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184type TildeNullInt64 struct{ sql.NullInt64 }
185
186func (TildeNullInt64) ArrayDelimiter() string { return "~" }
187func ptr[T any](t T) *T { return &t }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected