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

Method readSetBegin

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

Source from the content-addressed store, hash-verified

320 }
321
322 public function readSetBegin(&$elemType, &$size)
323 {
324 return
325 $this->readByte($elemType) +
326 $this->readI32($size);
327 }
328
329 public function readSetEnd()
330 {

Callers

nothing calls this directly

Calls 2

readByteMethod · 0.95
readI32Method · 0.95

Tested by

no test coverage detected