LogDQLRequestEnabled returns true if logging of requests is enabled otherwise false.
()
| 175 | |
| 176 | // LogDQLRequestEnabled returns true if logging of requests is enabled otherwise false. |
| 177 | func LogDQLRequestEnabled() bool { |
| 178 | return atomic.LoadInt32(&x.WorkerConfig.LogDQLRequest) > 0 |
| 179 | } |
no outgoing calls
no test coverage detected