MCPcopy Create free account
hub / github.com/dinedal/textql / raw

Method raw

sqlparser/sqltypes/sqltypes.go:314–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312}
313
314func (s String) raw() []byte {
315 return []byte(s)
316}
317
318func (s String) encodeSql(b BinWriter) {
319 writebyte(b, '\'')

Callers 3

MarshalJSONMethod · 0.95
encodeSqlMethod · 0.95
encodeAsciiMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected