Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
func
(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.
43
func
(line *Line) Scan(src any) error {
Callers
12
NullAssignTo
Function · 0.80
GetAssignToDstType
Function · 0.80
toBigInt
Method · 0.80
Scan
Method · 0.80
Scan
Method · 0.80
Scan
Method · 0.80
isExpectedEqNumeric
Function · 0.80
SetDimensions
Method · 0.80
SetDimensions
Method · 0.80
makeMultidimensionalSlice
Method · 0.80
Scan
Method · 0.80
Scan
Method · 0.80
Calls
no outgoing calls
Tested by
1
isExpectedEqNumeric
Function · 0.64