| 197 | |
| 198 | template<class callable_type> |
| 199 | static bool contains(const details::vtable* const vtable) noexcept { |
| 200 | return vtable == &details::callable_vtable<callable_type>::s_vtable; |
| 201 | } |
| 202 | |
| 203 | bool contains_coroutine_handle() const noexcept; |
| 204 |
nothing calls this directly
no outgoing calls
no test coverage detected