MCPcopy Index your code
hub / github.com/aarondl/sqlboiler / BenchmarkInt64ArrayScanBytes

Function BenchmarkInt64ArrayScanBytes

types/array_test.go:709–717  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

707}
708
709func BenchmarkInt64ArrayScanBytes(b *testing.B) {
710 var a Int64Array
711 var x any = []byte(`{1,2,3,4,5,6,7,8,9,0}`)
712
713 for i := 0; i < b.N; i++ {
714 a = Int64Array{}
715 a.Scan(x)
716 }
717}
718
719func TestInt64ArrayScanString(t *testing.T) {
720 for _, tt := range Int64ArrayStringTests {

Callers

nothing calls this directly

Calls 1

ScanMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…