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

Method WriteStructEnd

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

Source from the content-addressed store, hash-verified

239}
240
241func (p *TSimpleJSONProtocol) WriteStructEnd(ctx context.Context) error {
242 return p.OutputObjectEnd()
243}
244
245func (p *TSimpleJSONProtocol) WriteFieldBegin(ctx context.Context, name string, typeId TType, id int16) error {
246 if e := p.WriteString(ctx, name); e != nil {

Callers

nothing calls this directly

Calls 1

OutputObjectEndMethod · 0.95

Tested by

no test coverage detected