Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeSetBegin
Method
writeSetBegin
lib/php/lib/Protocol/TBinaryProtocol.php:123–128 ·
view source on GitHub ↗
($elemType, $size)
Source
from the content-addressed store, hash-verified
121
}
122
123
public function writeSetBegin($elemType, $size)
124
{
125
return
126
$this->writeByte($elemType) +
127
$this->writeI32($size);
128
}
129
130
public function writeSetEnd()
131
{
Callers
nothing calls this directly
Calls
2
writeByte
Method · 0.95
writeI32
Method · 0.95
Tested by
no test coverage detected