Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ WriteNumber
Method
WriteNumber
expr/dialect.go:134–136 ·
view source on GitHub ↗
(n string)
Source
from the content-addressed store, hash-verified
132
LiteralQuoteEscapeBuf(&w.Buffer, rune(w.IdentityQuote), i)
133
}
134
func
(w *defaultDialect) WriteNumber(n string) {
135
io.WriteString(w, n)
136
}
137
func
(w *defaultDialect) WriteNull() {
138
io.WriteString(w, w.Null)
139
}
Callers
1
WriteValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected