Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readMapEnd
Method
readMapEnd
lib/php/lib/Protocol/TJSONProtocol.php:658–662 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
656
}
657
658
public function readMapEnd()
659
{
660
$this->readJSONObjectEnd();
661
$this->readJSONArrayEnd();
662
}
663
664
public function readListBegin(&$elemType, &$size)
665
{
Callers
nothing calls this directly
Calls
2
readJSONObjectEnd
Method · 0.95
readJSONArrayEnd
Method · 0.95
Tested by
no test coverage detected