Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readByte
Method
readByte
lib/php/lib/Protocol/TCompactProtocol.php:434–441 ·
view source on GitHub ↗
(&$value)
Source
from the content-addressed store, hash-verified
432
}
433
434
public function readByte(&$value)
435
{
436
$data = $this->trans_->readAll(1);
437
$arr = unpack(
'c'
, $data);
438
$value = $arr[1];
439
440
return 1;
441
}
442
443
public function readZigZag(&$value)
444
{
Callers
3
readBool
Method · 0.95
testNaked
Function · 0.95
testField
Function · 0.95
Calls
1
readAll
Method · 0.45
Tested by
no test coverage detected