Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/uptrace/bun
/ ReadSubstring
Method
ReadSubstring
dialect/pgdialect/parser.go:31–33 ·
view source on GitHub ↗
(ch byte)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(p *pgparser) ReadSubstring(ch byte) ([]byte, error) {
32
return
p.readSubstring(ch, true)
33
}
34
35
func
(p *pgparser) readSubstring(ch byte, escaped bool) ([]byte, error) {
36
ch, err := p.ReadByte()
Callers
1
readNext
Method · 0.80
Calls
1
readSubstring
Method · 0.95
Tested by
no test coverage detected