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

Method readListBegin

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

Source from the content-addressed store, hash-verified

662 }
663
664 public function readListBegin(&$elemType, &$size)
665 {
666 $this->readJSONArrayStart();
667 $elemType = $this->getTypeIDForTypeName($this->readJSONString(false));
668 $size = $this->readJSONInteger();
669
670 return true;
671 }
672
673 public function readListEnd()
674 {

Callers

nothing calls this directly

Calls 4

readJSONArrayStartMethod · 0.95
getTypeIDForTypeNameMethod · 0.95
readJSONStringMethod · 0.95
readJSONIntegerMethod · 0.95

Tested by

no test coverage detected