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

Method readByte

lib/php/lib/Protocol/TJSONProtocol.php:699–704  ·  view source on GitHub ↗
(&$byte)

Source from the content-addressed store, hash-verified

697 }
698
699 public function readByte(&$byte)
700 {
701 $byte = $this->readJSONInteger();
702
703 return true;
704 }
705
706 public function readI16(&$i16)
707 {

Callers

nothing calls this directly

Calls 1

readJSONIntegerMethod · 0.95

Tested by

no test coverage detected