MCPcopy Create free account
hub / github.com/apache/thrift / WriteByte

Method WriteByte

lib/go/thrift/json_protocol.go:171–173  ·  view source on GitHub ↗
(ctx context.Context, b int8)

Source from the content-addressed store, hash-verified

169}
170
171func (p *TJSONProtocol) WriteByte(ctx context.Context, b int8) error {
172 return p.WriteI32(ctx, int32(b))
173}
174
175func (p *TJSONProtocol) WriteI16(ctx context.Context, v int16) error {
176 return p.WriteI32(ctx, int32(v))

Callers 2

WriteMessageBeginMethod · 0.95

Calls 1

WriteI32Method · 0.95

Tested by 1