Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ scanPlanTextByteaToBytesScanner
Struct
scanPlanTextByteaToBytesScanner
pgtype/bytea.go:210–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
type
scanPlanTextByteaToBytesScanner
struct
{}
211
212
func
(scanPlanTextByteaToBytesScanner) Scan(src []byte, dst any) error {
213
scanner := (dst).(BytesScanner)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected