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

Method ReadDouble

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

Source from the content-addressed store, hash-verified

534}
535
536func (p *TSimpleJSONProtocol) ReadDouble(ctx context.Context) (float64, error) {
537 v, _, err := p.ParseF64()
538 return v, err
539}
540
541func (p *TSimpleJSONProtocol) ReadString(ctx context.Context) (string, error) {
542 var v string

Callers 1

Calls 1

ParseF64Method · 0.95

Tested by 1