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

Method readMapBegin

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

Source from the content-addressed store, hash-verified

295 }
296
297 public function readMapBegin(&$keyType, &$valType, &$size)
298 {
299 return
300 $this->readByte($keyType) +
301 $this->readByte($valType) +
302 $this->readI32($size);
303 }
304
305 public function readMapEnd()
306 {

Callers

nothing calls this directly

Calls 2

readByteMethod · 0.95
readI32Method · 0.95

Tested by

no test coverage detected