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

Method readListBegin

lib/php/lib/Protocol/TBinaryProtocol.php:310–315  ·  view source on GitHub ↗
(&$elemType, &$size)

Source from the content-addressed store, hash-verified

308 }
309
310 public function readListBegin(&$elemType, &$size)
311 {
312 return
313 $this->readByte($elemType) +
314 $this->readI32($size);
315 }
316
317 public function readListEnd()
318 {

Callers

nothing calls this directly

Calls 2

readByteMethod · 0.95
readI32Method · 0.95

Tested by

no test coverage detected