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

Method ReadByte

lib/go/thrift/simple_json_protocol.go:516–519  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

514}
515
516func (p *TSimpleJSONProtocol) ReadByte(ctx context.Context) (int8, error) {
517 v, err := p.ReadI64(ctx)
518 return int8(v), err
519}
520
521func (p *TSimpleJSONProtocol) ReadI16(ctx context.Context) (int16, error) {
522 v, err := p.ReadI64(ctx)

Callers 3

ReadMessageBeginMethod · 0.95
ReadMapBeginMethod · 0.95

Calls 1

ReadI64Method · 0.95

Tested by 1