Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeListBegin
Method
writeListBegin
lib/php/lib/Protocol/TBinaryProtocol.php:111–116 ·
view source on GitHub ↗
($elemType, $size)
Source
from the content-addressed store, hash-verified
109
}
110
111
public function writeListBegin($elemType, $size)
112
{
113
return
114
$this->writeByte($elemType) +
115
$this->writeI32($size);
116
}
117
118
public function writeListEnd()
119
{
Callers
nothing calls this directly
Calls
2
writeByte
Method · 0.95
writeI32
Method · 0.95
Tested by
no test coverage detected