MCPcopy Create free account
hub / github.com/apache/thrift / readJSONObjectEnd

Method readJSONObjectEnd

lib/php/lib/Protocol/TJSONProtocol.php:427–431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425 }
426
427 private function readJSONObjectEnd()
428 {
429 $this->readJSONSyntaxChar(self::RBRACE);
430 $this->popContext();
431 }
432
433 private function readJSONArrayStart()
434 {

Callers 6

readStructEndMethod · 0.95
readFieldEndMethod · 0.95
readMapEndMethod · 0.95
readStructEndMethod · 0.95
readFieldEndMethod · 0.95
readMapEndMethod · 0.95

Calls 2

readJSONSyntaxCharMethod · 0.95
popContextMethod · 0.95

Tested by

no test coverage detected