Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readJSONString
Method · 0.95
Tested by
no test coverage detected