MCPcopy Index your code
hub / github.com/dinedal/textql / writebyte

Function writebyte

sqlparser/sqltypes/sqltypes.go:339–343  ·  view source on GitHub ↗
(b BinWriter, c byte)

Source from the content-addressed store, hash-verified

337}
338
339func writebyte(b BinWriter, c byte) {
340 if err := b.WriteByte(c); err != nil {
341 panic(err)
342 }
343}
344
345// SqlEncodeMap specifies how to escape binary data with '\'.
346// Complies to http://dev.mysql.com/doc/refman/5.1/en/string-syntax.html

Callers 2

encodeSqlMethod · 0.85
encodeAsciiMethod · 0.85

Calls 1

WriteByteMethod · 0.80

Tested by

no test coverage detected