Call FE post-query execution hook
| 431 | |
| 432 | // Call FE post-query execution hook |
| 433 | Status Frontend::CallQueryCompleteHooks(const TQueryCompleteContext& context) { |
| 434 | return JniUtil::CallJniMethod(fe_, call_query_complete_hooks_id_, context); |
| 435 | } |
| 436 | |
| 437 | Status Frontend::GetSaml2Redirect( const TWrappedHttpRequest& request, |
| 438 | TWrappedHttpResponse* response) { |
no test coverage detected