MCPcopy Create free account
hub / github.com/francoispqt/gojay / AddSQLNullBool

Method AddSQLNullBool

decode_sqlnull.go:140–142  ·  view source on GitHub ↗

AddSQLNullBool decodes the JSON value within an object or an array to an *sql.NullBool

(v *sql.NullBool)

Source from the content-addressed store, hash-verified

138
139// AddSQLNullBool decodes the JSON value within an object or an array to an *sql.NullBool
140func (dec *Decoder) AddSQLNullBool(v *sql.NullBool) error {
141 return dec.SQLNullBool(v)
142}
143
144// SQLNullBool decodes the JSON value within an object or an array to an *sql.NullBool
145func (dec *Decoder) SQLNullBool(v *sql.NullBool) error {

Callers

nothing calls this directly

Calls 1

SQLNullBoolMethod · 0.95

Tested by

no test coverage detected