Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ pushContext
Method
pushContext
lib/php/lib/Protocol/TJSONProtocol.php:171–175 ·
view source on GitHub ↗
($c)
Source
from the content-addressed store, hash-verified
169
public $reader_;
170
171
private function pushContext($c)
172
{
173
array_push($this->contextStack_, $this->context_);
174
$this->context_ = $c;
175
}
176
177
private function popContext()
178
{
Callers
4
writeJSONObjectStart
Method · 0.95
writeJSONArrayStart
Method · 0.95
readJSONObjectStart
Method · 0.95
readJSONArrayStart
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected