Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ NumericCodec
Struct
NumericCodec
pgtype/numeric.go:308–308 · pgtype/numeric.go::NumericCodec
Source
from the content-addressed store, hash-verified
306
}
307
308
type
NumericCodec
struct
{}
309
310
func
(NumericCodec) FormatSupported(format int16) bool {
311
return
format == TextFormatCode || format == BinaryFormatCode
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected