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

Method SetTConfiguration

lib/go/thrift/compact_protocol.go:863–867  ·  view source on GitHub ↗
(conf *TConfiguration)

Source from the content-addressed store, hash-verified

861}
862
863func (p *TCompactProtocol) SetTConfiguration(conf *TConfiguration) {
864 PropagateTConfiguration(p.trans, conf)
865 PropagateTConfiguration(p.origTransport, conf)
866 p.cfg = conf
867}
868
869// Return the minimum number of bytes a type will consume on the wire
870func (p *TCompactProtocol) getMinSerializedSize(ttype TType) int32 {

Callers 2

parseHeadersMethod · 0.95
FlushMethod · 0.95

Calls 1

PropagateTConfigurationFunction · 0.85

Tested by

no test coverage detected