MCPcopy 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

writeStructEndMethod · 0.95
writeMapEndMethod · 0.95
test_TJSONProtol_readMethod · 0.95
writeStructEndMethod · 0.95
writeFieldEndMethod · 0.95
writeMapEndMethod · 0.95

Calls 2

popContextMethod · 0.95
writeMethod · 0.65

Tested by 2

test_TJSONProtol_readMethod · 0.76