MCPcopy 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

writeJSONObjectStartMethod · 0.95
writeJSONArrayStartMethod · 0.95
readJSONObjectStartMethod · 0.95
readJSONArrayStartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected