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

Method WriteString

lib/go/thrift/json_protocol.go:191–193  ·  view source on GitHub ↗
(ctx context.Context, v string)

Source from the content-addressed store, hash-verified

189}
190
191func (p *TJSONProtocol) WriteString(ctx context.Context, v string) error {
192 return p.OutputString(v)
193}
194
195func (p *TJSONProtocol) WriteBinary(ctx context.Context, v []byte) error {
196 // JSON library only takes in a string,

Callers 4

WriteMessageBeginMethod · 0.95
WriteFieldBeginMethod · 0.95
WriteMapBeginMethod · 0.95

Calls 1

OutputStringMethod · 0.80

Tested by 1