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

Method WriteByte

lib/go/thrift/simple_json_protocol.go:295–297  ·  view source on GitHub ↗
(ctx context.Context, b int8)

Source from the content-addressed store, hash-verified

293}
294
295func (p *TSimpleJSONProtocol) WriteByte(ctx context.Context, b int8) error {
296 return p.WriteI32(ctx, int32(b))
297}
298
299func (p *TSimpleJSONProtocol) WriteI16(ctx context.Context, v int16) error {
300 return p.WriteI32(ctx, int32(v))

Callers 3

WriteMessageBeginMethod · 0.95
WriteMapBeginMethod · 0.95

Calls 1

WriteI32Method · 0.95

Tested by 1