MCPcopy Create free account
hub / github.com/araddon/qlbridge / WriteNull

Method WriteNull

expr/dialect.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 io.WriteString(w, n)
136}
137func (w *defaultDialect) WriteNull() {
138 io.WriteString(w, w.Null)
139}
140func (w *defaultDialect) WriteValue(v value.Value) {
141 switch vt := v.(type) {
142 case value.StringValue:

Callers 1

WriteValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected