Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeFieldBegin
Method
writeFieldBegin
lib/php/lib/Protocol/TBinaryProtocol.php:80–85 ·
view source on GitHub ↗
($fieldName, $fieldType, $fieldId)
Source
from the content-addressed store, hash-verified
78
}
79
80
public function writeFieldBegin($fieldName, $fieldType, $fieldId)
81
{
82
return
83
$this->writeByte($fieldType) +
84
$this->writeI16($fieldId);
85
}
86
87
public function writeFieldEnd()
88
{
Callers
nothing calls this directly
Calls
2
writeByte
Method · 0.95
writeI16
Method · 0.95
Tested by
no test coverage detected