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

Method OutputStringData

lib/go/thrift/simple_json_protocol.go:755–758  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

753}
754
755func (p *TSimpleJSONProtocol) OutputStringData(s string) error {
756 _, e := p.write([]byte(s))
757 return NewTProtocolException(e)
758}
759
760func (p *TSimpleJSONProtocol) OutputObjectBegin() error {
761 if e := p.OutputPreValue(); e != nil {

Callers 4

OutputBoolMethod · 0.95
OutputF64Method · 0.95
OutputI64Method · 0.95
OutputStringMethod · 0.95

Calls 2

writeMethod · 0.95
NewTProtocolExceptionFunction · 0.85

Tested by

no test coverage detected