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

Method WriteMapEnd

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

Source from the content-addressed store, hash-verified

269}
270
271func (p *TSimpleJSONProtocol) WriteMapEnd(ctx context.Context) error {
272 return p.OutputListEnd()
273}
274
275func (p *TSimpleJSONProtocol) WriteListBegin(ctx context.Context, elemType TType, size int) error {
276 return p.OutputElemListBegin(elemType, size)

Callers 1

Calls 1

OutputListEndMethod · 0.95

Tested by 1