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

Method WriteString

lib/go/thrift/simple_json_protocol.go:315–317  ·  view source on GitHub ↗
(ctx context.Context, v string)

Source from the content-addressed store, hash-verified

313}
314
315func (p *TSimpleJSONProtocol) WriteString(ctx context.Context, v string) error {
316 return p.OutputString(v)
317}
318
319func (p *TSimpleJSONProtocol) WriteBinary(ctx context.Context, v []byte) error {
320 // JSON library only takes in a string,

Callers 3

WriteMessageBeginMethod · 0.95
WriteFieldBeginMethod · 0.95

Calls 1

OutputStringMethod · 0.95

Tested by 1