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

Method readJSONObjectStart

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

Source from the content-addressed store, hash-verified

418 }
419
420 private function readJSONObjectStart()
421 {
422 $this->context_->read();
423 $this->readJSONSyntaxChar(self::LBRACE);
424 $this->pushContext(new PairContext($this));
425 }
426
427 private function readJSONObjectEnd()
428 {

Callers 7

readStructBeginMethod · 0.95
readFieldBeginMethod · 0.95
readMapBeginMethod · 0.95
test_TJSONProtol_readMethod · 0.95
readStructBeginMethod · 0.95
readFieldBeginMethod · 0.95
readMapBeginMethod · 0.95

Calls 3

readJSONSyntaxCharMethod · 0.95
pushContextMethod · 0.95
readMethod · 0.65

Tested by 1

test_TJSONProtol_readMethod · 0.76