Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readDouble
Method
readDouble
lib/php/lib/Protocol/TJSONProtocol.php:731–736 ·
view source on GitHub ↗
(&$dub)
Source
from the content-addressed store, hash-verified
729
}
730
731
public function readDouble(&$dub)
732
{
733
$dub = $this->readJSONDouble();
734
735
return true;
736
}
737
738
public function readString(&$str)
739
{
Callers
nothing calls this directly
Calls
1
readJSONDouble
Method · 0.95
Tested by
no test coverage detected