Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readStructBegin
Method · 0.95
readFieldBegin
Method · 0.95
readMapBegin
Method · 0.95
test_TJSONProtol_read
Method · 0.95
readStructBegin
Method · 0.95
readFieldBegin
Method · 0.95
readMapBegin
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