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

Method writeI16

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

Source from the content-addressed store, hash-verified

341 }
342
343 public function writeI16($value)
344 {
345 $thing = $this->toZigZag($value, 16);
346
347 return $this->writeVarint($thing);
348 }
349
350 public function writeI32($value)
351 {

Callers 3

writeFieldHeaderMethod · 0.95
testNakedFunction · 0.95
testFieldFunction · 0.95

Calls 2

toZigZagMethod · 0.95
writeVarintMethod · 0.95

Tested by

no test coverage detected