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

Method Err

dialect/pgdialect/array_parser.go:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (p *arrayParser) Err() error {
45 if p.err != io.EOF {
46 return p.err
47 }
48 return nil
49}
50
51func (p *arrayParser) Elem() []byte {
52 return p.elem

Callers 8

arrayScannerFunction · 0.45
decodeStringSliceFunction · 0.45
decodeIntSliceFunction · 0.45
decodeInt64SliceFunction · 0.45
scanFloat64SliceFunction · 0.45
TestArrayParserFunction · 0.45
TestHStoreParserFunction · 0.45
decodeMapStringStringFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestArrayParserFunction · 0.36
TestHStoreParserFunction · 0.36