Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
func
(s String) raw() []byte {
315
return
[]byte(s)
316
}
317
318
func
(s String) encodeSql(b BinWriter) {
319
writebyte(b,
'\'
')
Callers
3
MarshalJSON
Method · 0.95
encodeSql
Method · 0.95
encodeAscii
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected