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

Method readBool

lib/php/lib/Protocol/TJSONProtocol.php:692–697  ·  view source on GitHub ↗
(&$bool)

Source from the content-addressed store, hash-verified

690 }
691
692 public function readBool(&$bool)
693 {
694 $bool = $this->readJSONInteger() == 0 ? false : true;
695
696 return true;
697 }
698
699 public function readByte(&$byte)
700 {

Callers

nothing calls this directly

Calls 1

readJSONIntegerMethod · 0.95

Tested by

no test coverage detected