Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeJSONArrayStart
Method
writeJSONArrayStart
lib/php/lib/Protocol/TJSONProtocol.php:264–269 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
262
}
263
264
private function writeJSONArrayStart()
265
{
266
$this->context_->write();
267
$this->trans_->write(self::LBRACKET);
268
$this->pushContext(new ListContext($this));
269
}
270
271
private function writeJSONArrayEnd()
272
{
Callers
9
writeMessageBegin
Method · 0.95
writeMapBegin
Method · 0.95
writeListBegin
Method · 0.95
writeSetBegin
Method · 0.95
test_TJSONProtocol_write
Method · 0.95
writeMessageBegin
Method · 0.95
writeMapBegin
Method · 0.95
writeListBegin
Method · 0.95
writeSetBegin
Method · 0.95
Calls
2
pushContext
Method · 0.95
write
Method · 0.65
Tested by
1
test_TJSONProtocol_write
Method · 0.76