MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / WriteFieldStop

Method WriteFieldStop

thrift/binary.go:272–275  ·  view source on GitHub ↗

WriteFieldStop ...

()

Source from the content-addressed store, hash-verified

270
271// WriteFieldStop ...
272func (p *BinaryProtocol) WriteFieldStop() error {
273 e := p.WriteByte(byte(STOP))
274 return e
275}
276
277// WriteMapBegin ...
278func (p *BinaryProtocol) WriteMapBegin(keyType, valueType Type, size int) error {

Calls 1

WriteByteMethod · 0.95