MCPcopy Create free account
hub / github.com/apache/thrift / setDebug

Method setDebug

lib/php/lib/Transport/TSocket.php:173–176  ·  view source on GitHub ↗

* Sets debugging output on or off * * @param bool $debug */

($debug)

Source from the content-addressed store, hash-verified

171 * @param bool $debug
172 */
173 public function setDebug($debug)
174 {
175 $this->debug_ = $debug;
176 }
177
178 /**
179 * Get the host that this socket is connected to

Callers 4

testDebugHandlerMethod · 0.80
testOpenMethod · 0.80
testDebugHandlerMethod · 0.80
TestClient.phpFile · 0.80

Calls

no outgoing calls

Tested by 3

testDebugHandlerMethod · 0.64
testOpenMethod · 0.64
testDebugHandlerMethod · 0.64