Whether the select is to be interpreted as a field presence test. This results from the macro `has(request.auth)`.
| 217 | // |
| 218 | // This results from the macro `has(request.auth)`. |
| 219 | ABSL_MUST_USE_RESULT bool test_only() const { return test_only_; } |
| 220 | |
| 221 | void set_test_only(bool test_only) { test_only_ = test_only; } |
| 222 |
no outgoing calls
no test coverage detected