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

Method readString

lib/php/lib/Protocol/TJSONProtocol.php:738–743  ·  view source on GitHub ↗
(&$str)

Source from the content-addressed store, hash-verified

736 }
737
738 public function readString(&$str)
739 {
740 $str = $this->readJSONString(false);
741
742 return true;
743 }
744
745 public function readUuid(&$uuid)
746 {

Callers

nothing calls this directly

Calls 1

readJSONStringMethod · 0.95

Tested by

no test coverage detected