Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeI16
Method
writeI16
lib/php/lib/Protocol/TJSONProtocol.php:558–561 ·
view source on GitHub ↗
($i16)
Source
from the content-addressed store, hash-verified
556
}
557
558
public function writeI16($i16)
559
{
560
$this->writeJSONInteger($i16);
561
}
562
563
public function writeI32($i32)
564
{
Callers
nothing calls this directly
Calls
1
writeJSONInteger
Method · 0.95
Tested by
no test coverage detected