Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeString
Method
writeString
lib/php/lib/Protocol/TJSONProtocol.php:578–581 ·
view source on GitHub ↗
($str)
Source
from the content-addressed store, hash-verified
576
}
577
578
public function writeString($str)
579
{
580
$this->writeJSONString($str);
581
}
582
583
public function writeUuid($uuid)
584
{
Callers
nothing calls this directly
Calls
1
writeJSONString
Method · 0.95
Tested by
no test coverage detected