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

Method readUuid

lib/php/lib/Protocol/TJSONProtocol.php:745–750  ·  view source on GitHub ↗
(&$uuid)

Source from the content-addressed store, hash-verified

743 }
744
745 public function readUuid(&$uuid)
746 {
747 $uuid = $this->readJSONString(false);
748
749 return true;
750 }
751}

Callers

nothing calls this directly

Calls 1

readJSONStringMethod · 0.95

Tested by

no test coverage detected