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

Method writeI32

lib/php/lib/Protocol/TCompactProtocol.php:350–355  ·  view source on GitHub ↗
($value)

Source from the content-addressed store, hash-verified

348 }
349
350 public function writeI32($value)
351 {
352 $thing = $this->toZigZag($value, 32);
353
354 return $this->writeVarint($thing);
355 }
356
357 public function writeDouble($value)
358 {

Callers

nothing calls this directly

Calls 2

toZigZagMethod · 0.95
writeVarintMethod · 0.95

Tested by

no test coverage detected