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

Method readI32

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

Source from the content-addressed store, hash-verified

573 }
574
575 public function readI32(&$value)
576 {
577 return $this->readZigZag($value);
578 }
579
580 public function readDouble(&$value)
581 {

Callers 2

testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

readZigZagMethod · 0.95

Tested by

no test coverage detected