Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
137
func
(w *defaultDialect) WriteNull() {
138
io.WriteString(w, w.Null)
139
}
140
func
(w *defaultDialect) WriteValue(v value.Value) {
141
switch
vt := v.(
type
) {
142
case
value.StringValue:
Callers
1
WriteValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected