| 901 | } |
| 902 | |
| 903 | Future<> DeclarationToStatusAsync(Declaration declaration, ExecContext exec_context) { |
| 904 | return DeclarationToStatusImpl(std::move(declaration), |
| 905 | QueryOptionsFromCustomExecContext(exec_context), |
| 906 | exec_context.executor()); |
| 907 | } |
| 908 | |
| 909 | Future<> DeclarationToStatusAsync(Declaration declaration, bool use_threads, |
| 910 | MemoryPool* memory_pool, |
nothing calls this directly
no test coverage detected