Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeFieldHeader
Method · 0.95
testNaked
Function · 0.95
testField
Function · 0.95
Calls
2
toZigZag
Method · 0.95
writeVarint
Method · 0.95
Tested by
no test coverage detected