MCPcopy
hub / github.com/cube2222/octosql / WriteByte

Method WriteByte

parser/sqlparser/dependency/sqltypes/value.go:40–40  ·  view source on GitHub ↗
(byte)

Source from the content-addressed store, hash-verified

38type BinWriter interface {
39 Write([]byte) (int, error)
40 WriteByte(byte) error
41}
42
43// Value can store any SQL value. If the value represents

Callers 5

formatIDFunction · 0.65
compliantNameFunction · 0.65
consumeNextMethod · 0.65
MyprintfMethod · 0.65
writebyteFunction · 0.65

Implementers 1

Bufferparser/sqlparser/dependency/bytes2/buf

Calls

no outgoing calls

Tested by

no test coverage detected