Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readJSONObjectEnd
Method
readJSONObjectEnd
lib/php/lib/Protocol/TJSONProtocol.php:427–431 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
425
}
426
427
private function readJSONObjectEnd()
428
{
429
$this->readJSONSyntaxChar(self::RBRACE);
430
$this->popContext();
431
}
432
433
private function readJSONArrayStart()
434
{
Callers
6
readStructEnd
Method · 0.95
readFieldEnd
Method · 0.95
readMapEnd
Method · 0.95
readStructEnd
Method · 0.95
readFieldEnd
Method · 0.95
readMapEnd
Method · 0.95
Calls
2
readJSONSyntaxChar
Method · 0.95
popContext
Method · 0.95
Tested by
no test coverage detected