MCPcopy Index your code
hub / github.com/blastrain/vitess-sqlparser / BinWriter

Interface BinWriter

sqltypes/value.go:41–43  ·  view source on GitHub ↗

BinWriter interface is used for encoding values. Types like bytes.Buffer conform to this interface. We expect the writer objects to be in-memory buffers. So, we don't expect the write operations to fail.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

unquoteStringFunction · 0.65
CheckScrambledPasswordFunction · 0.65
Sha1HashFunction · 0.65
formatMethod · 0.65
EncodeSQLMethod · 0.65
EncodeASCIIMethod · 0.65
encodeBytesSQLFunction · 0.65
encodeBytesASCIIFunction · 0.65

Implementers 1

Bufferbytes2/buffer.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…