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

Method WriteFieldEnd

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

Source from the content-addressed store, hash-verified

109}
110
111func (p *TJSONProtocol) WriteFieldEnd(ctx context.Context) error {
112 return p.OutputObjectEnd()
113}
114
115func (p *TJSONProtocol) WriteFieldStop(ctx context.Context) error { return nil }
116

Callers

nothing calls this directly

Calls 1

OutputObjectEndMethod · 0.80

Tested by

no test coverage detected