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

Method readSetBegin

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

Source from the content-addressed store, hash-verified

676 }
677
678 public function readSetBegin(&$elemType, &$size)
679 {
680 $this->readJSONArrayStart();
681 $elemType = $this->getTypeIDForTypeName($this->readJSONString(false));
682 $size = $this->readJSONInteger();
683
684 return true;
685 }
686
687 public function readSetEnd()
688 {

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