Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readMessageBegin
Method · 0.95
readMapBegin
Method · 0.95
readListBegin
Method · 0.95
readSetBegin
Method · 0.95
test_TJSONProtol_read
Method · 0.95
readMessageBegin
Method · 0.95
readMapBegin
Method · 0.95
readCollectionBegin
Method · 0.95
Calls
3
readJSONSyntaxChar
Method · 0.95
pushContext
Method · 0.95
read
Method · 0.65
Tested by
1
test_TJSONProtol_read
Method · 0.76