Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeFieldStop
Method
writeFieldStop
lib/php/lib/Protocol/TBinaryProtocol.php:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
public function writeFieldStop()
93
{
94
return
95
$this->writeByte(TType::STOP);
96
}
97
98
public function writeMapBegin($keyType, $valType, $size)
99
{
Callers
nothing calls this directly
Calls
1
writeByte
Method · 0.95
Tested by
no test coverage detected