MCPcopy Create free account
hub / github.com/apache/thrift / writeListBegin

Method writeListBegin

lib/php/lib/Protocol/TJSONProtocol.php:524–529  ·  view source on GitHub ↗
($elemType, $size)

Source from the content-addressed store, hash-verified

522 }
523
524 public function writeListBegin($elemType, $size)
525 {
526 $this->writeJSONArrayStart();
527 $this->writeJSONString($this->getTypeNameForTypeID($elemType));
528 $this->writeJSONInteger($size);
529 }
530
531 public function writeListEnd()
532 {

Callers

nothing calls this directly

Calls 4

writeJSONArrayStartMethod · 0.95
writeJSONStringMethod · 0.95
getTypeNameForTypeIDMethod · 0.95
writeJSONIntegerMethod · 0.95

Tested by

no test coverage detected