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

Method readZigZag

lib/php/lib/Protocol/TCompactProtocol.php:443–449  ·  view source on GitHub ↗
(&$value)

Source from the content-addressed store, hash-verified

441 }
442
443 public function readZigZag(&$value)
444 {
445 $result = $this->readVarint($value);
446 $value = $this->fromZigZag($value);
447
448 return $result;
449 }
450
451 public function readMessageBegin(&$name, &$type, &$seqid)
452 {

Callers 2

readI16Method · 0.95
readI32Method · 0.95

Calls 2

readVarintMethod · 0.95
fromZigZagMethod · 0.95

Tested by

no test coverage detected