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

Method WriteStructEnd

lib/go/thrift/json_protocol.go:90–92  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

88}
89
90func (p *TJSONProtocol) WriteStructEnd(ctx context.Context) error {
91 return p.OutputObjectEnd()
92}
93
94func (p *TJSONProtocol) WriteFieldBegin(ctx context.Context, name string, typeId TType, id int16) error {
95 if e := p.WriteI16(ctx, id); e != nil {

Callers

nothing calls this directly

Calls 1

OutputObjectEndMethod · 0.80

Tested by

no test coverage detected