| 313 | } |
| 314 | |
| 315 | const char* FunctionContext::effective_user() const { |
| 316 | if (impl_->state_ == NULL) return NULL; |
| 317 | return impl_->state_->GetEffectiveUser().c_str(); |
| 318 | } |
| 319 | |
| 320 | FunctionContext::UniqueId FunctionContext::query_id() const { |
| 321 | UniqueId id; |
no test coverage detected