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

Method readJSONArrayEnd

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

Source from the content-addressed store, hash-verified

438 }
439
440 private function readJSONArrayEnd()
441 {
442 $this->readJSONSyntaxChar(self::RBRACKET);
443 $this->popContext();
444 }
445
446 /**
447 * Writes the message header

Callers 8

readMessageEndMethod · 0.95
readMapEndMethod · 0.95
readListEndMethod · 0.95
readSetEndMethod · 0.95
test_TJSONProtol_readMethod · 0.95
readMessageEndMethod · 0.95
readMapEndMethod · 0.95
readCollectionEndMethod · 0.95

Calls 2

readJSONSyntaxCharMethod · 0.95
popContextMethod · 0.95

Tested by 1

test_TJSONProtol_readMethod · 0.76