Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeI64
Method
writeI64
lib/php/lib/Protocol/TJSONProtocol.php:568–571 ·
view source on GitHub ↗
($i64)
Source
from the content-addressed store, hash-verified
566
}
567
568
public function writeI64($i64)
569
{
570
$this->writeJSONInteger($i64);
571
}
572
573
public function writeDouble($dub)
574
{
Callers
nothing calls this directly
Calls
1
writeJSONInteger
Method · 0.95
Tested by
no test coverage detected