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

Method readStructBegin

lib/php/lib/Protocol/TJSONProtocol.php:618–623  ·  view source on GitHub ↗
(&$name)

Source from the content-addressed store, hash-verified

616 }
617
618 public function readStructBegin(&$name)
619 {
620 $this->readJSONObjectStart();
621
622 return 0;
623 }
624
625 public function readStructEnd()
626 {

Callers

nothing calls this directly

Calls 1

readJSONObjectStartMethod · 0.95

Tested by

no test coverage detected