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

Method readI16

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

Source from the content-addressed store, hash-verified

568 }
569
570 public function readI16(&$value)
571 {
572 return $this->readZigZag($value);
573 }
574
575 public function readI32(&$value)
576 {

Callers 3

readFieldBeginMethod · 0.95
testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

readZigZagMethod · 0.95

Tested by

no test coverage detected