Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readI16
Method
readI16
lib/php/lib/Protocol/TCompactProtocol.php:570–573 ·
view source on GitHub ↗
(&$value)
Source
from the content-addressed store, hash-verified
568
}
569
570
public function readI16(&$value)
571
{
572
return $this->readZigZag($value);
573
}
574
575
public function readI32(&$value)
576
{
Callers
3
readFieldBegin
Method · 0.95
testNaked
Function · 0.95
testField
Function · 0.95
Calls
1
readZigZag
Method · 0.95
Tested by
no test coverage detected