Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
type
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
formatID
Function · 0.65
compliantName
Function · 0.65
consumeNext
Method · 0.65
Myprintf
Method · 0.65
writebyte
Function · 0.65
Implementers
1
Buffer
parser/sqlparser/dependency/bytes2/buf
Calls
no outgoing calls
Tested by
no test coverage detected