MCPcopy
hub / github.com/jackc/pgx / Set

Method Set

pgtype/line.go:38–40  ·  view source on GitHub ↗
(src any)

Source from the content-addressed store, hash-verified

36}
37
38func (line *Line) Set(src any) error {
39 return fmt.Errorf("cannot convert %v to Line", src)
40}
41
42// Scan implements the [database/sql.Scanner] interface.
43func (line *Line) Scan(src any) error {

Callers 12

NullAssignToFunction · 0.80
GetAssignToDstTypeFunction · 0.80
toBigIntMethod · 0.80
ScanMethod · 0.80
ScanMethod · 0.80
ScanMethod · 0.80
isExpectedEqNumericFunction · 0.80
SetDimensionsMethod · 0.80
SetDimensionsMethod · 0.80
ScanMethod · 0.80
ScanMethod · 0.80

Calls

no outgoing calls

Tested by 1

isExpectedEqNumericFunction · 0.64