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

Method readJSONArrayStart

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

Source from the content-addressed store, hash-verified

431 }
432
433 private function readJSONArrayStart()
434 {
435 $this->context_->read();
436 $this->readJSONSyntaxChar(self::LBRACKET);
437 $this->pushContext(new ListContext($this));
438 }
439
440 private function readJSONArrayEnd()
441 {

Callers 8

readMessageBeginMethod · 0.95
readMapBeginMethod · 0.95
readListBeginMethod · 0.95
readSetBeginMethod · 0.95
test_TJSONProtol_readMethod · 0.95
readMessageBeginMethod · 0.95
readMapBeginMethod · 0.95
readCollectionBeginMethod · 0.95

Calls 3

readJSONSyntaxCharMethod · 0.95
pushContextMethod · 0.95
readMethod · 0.65

Tested by 1

test_TJSONProtol_readMethod · 0.76