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

Method writeMapBegin

lib/php/lib/Protocol/TBinaryProtocol.php:98–104  ·  view source on GitHub ↗
($keyType, $valType, $size)

Source from the content-addressed store, hash-verified

96 }
97
98 public function writeMapBegin($keyType, $valType, $size)
99 {
100 return
101 $this->writeByte($keyType) +
102 $this->writeByte($valType) +
103 $this->writeI32($size);
104 }
105
106 public function writeMapEnd()
107 {

Callers

nothing calls this directly

Calls 2

writeByteMethod · 0.95
writeI32Method · 0.95

Tested by

no test coverage detected