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

Method writeByte

lib/php/lib/Protocol/TJSONProtocol.php:553–556  ·  view source on GitHub ↗
($byte)

Source from the content-addressed store, hash-verified

551 }
552
553 public function writeByte($byte)
554 {
555 $this->writeJSONInteger($byte);
556 }
557
558 public function writeI16($i16)
559 {

Callers

nothing calls this directly

Calls 1

writeJSONIntegerMethod · 0.95

Tested by

no test coverage detected