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

Method writeSetBegin

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

Source from the content-addressed store, hash-verified

534 }
535
536 public function writeSetBegin($elemType, $size)
537 {
538 $this->writeJSONArrayStart();
539 $this->writeJSONString($this->getTypeNameForTypeID($elemType));
540 $this->writeJSONInteger($size);
541 }
542
543 public function writeSetEnd()
544 {

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