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

Method writeBool

lib/php/lib/Protocol/TJSONProtocol.php:548–551  ·  view source on GitHub ↗
($bool)

Source from the content-addressed store, hash-verified

546 }
547
548 public function writeBool($bool)
549 {
550 $this->writeJSONInteger($bool ? 1 : 0);
551 }
552
553 public function writeByte($byte)
554 {

Callers

nothing calls this directly

Calls 1

writeJSONIntegerMethod · 0.95

Tested by

no test coverage detected