Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeJSONObjectEnd
Method
writeJSONObjectEnd
lib/php/lib/Protocol/TJSONProtocol.php:258–262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
}
257
258
private function writeJSONObjectEnd()
259
{
260
$this->popContext();
261
$this->trans_->write(self::RBRACE);
262
}
263
264
private function writeJSONArrayStart()
265
{
Callers
7
writeStructEnd
Method · 0.95
writeMapEnd
Method · 0.95
test_TJSONProtocol_write
Method · 0.95
test_TJSONProtol_read
Method · 0.95
writeStructEnd
Method · 0.95
writeFieldEnd
Method · 0.95
writeMapEnd
Method · 0.95
Calls
2
popContext
Method · 0.95
write
Method · 0.65
Tested by
2
test_TJSONProtocol_write
Method · 0.76
test_TJSONProtol_read
Method · 0.76