Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeJSONObjectStart
Method
writeJSONObjectStart
lib/php/lib/Protocol/TJSONProtocol.php:251–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
private function writeJSONObjectStart()
252
{
253
$this->context_->write();
254
$this->trans_->write(self::LBRACE);
255
$this->pushContext(new PairContext($this));
256
}
257
258
private function writeJSONObjectEnd()
259
{
Callers
7
writeStructBegin
Method · 0.95
writeFieldBegin
Method · 0.95
writeMapBegin
Method · 0.95
test_TJSONProtocol_write
Method · 0.95
writeStructBegin
Method · 0.95
writeFieldBegin
Method · 0.95
writeMapBegin
Method · 0.95
Calls
2
pushContext
Method · 0.95
write
Method · 0.65
Tested by
1
test_TJSONProtocol_write
Method · 0.76