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

Method readByte

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

Source from the content-addressed store, hash-verified

432 }
433
434 public function readByte(&$value)
435 {
436 $data = $this->trans_->readAll(1);
437 $arr = unpack('c', $data);
438 $value = $arr[1];
439
440 return 1;
441 }
442
443 public function readZigZag(&$value)
444 {

Callers 3

readBoolMethod · 0.95
testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 1

readAllMethod · 0.45

Tested by

no test coverage detected