Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
func
(p *arrayParser) Err() error {
45
if
p.err != io.EOF {
46
return
p.err
47
}
48
return
nil
49
}
50
51
func
(p *arrayParser) Elem() []byte {
52
return
p.elem
Callers
8
arrayScanner
Function · 0.45
decodeStringSlice
Function · 0.45
decodeIntSlice
Function · 0.45
decodeInt64Slice
Function · 0.45
scanFloat64Slice
Function · 0.45
TestArrayParser
Function · 0.45
TestHStoreParser
Function · 0.45
decodeMapStringString
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestArrayParser
Function · 0.36
TestHStoreParser
Function · 0.36