MCPcopy 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

writeMessageBeginMethod · 0.95
writeMapBeginMethod · 0.95
writeListBeginMethod · 0.95
writeSetBeginMethod · 0.95
writeMessageBeginMethod · 0.95
writeMapBeginMethod · 0.95
writeListBeginMethod · 0.95
writeSetBeginMethod · 0.95

Calls 2

pushContextMethod · 0.95
writeMethod · 0.65

Tested by 1