Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readSetBegin
Method
readSetBegin
lib/php/lib/Protocol/TBinaryProtocol.php:322–327 ·
view source on GitHub ↗
(&$elemType, &$size)
Source
from the content-addressed store, hash-verified
320
}
321
322
public function readSetBegin(&$elemType, &$size)
323
{
324
return
325
$this->readByte($elemType) +
326
$this->readI32($size);
327
}
328
329
public function readSetEnd()
330
{
Callers
nothing calls this directly
Calls
2
readByte
Method · 0.95
readI32
Method · 0.95
Tested by
no test coverage detected