| 1812 | } |
| 1813 | |
| 1814 | inline bool IsEmpty() const { |
| 1815 | return handle_.IsEmpty(); |
| 1816 | } |
| 1817 | |
| 1818 | // Deprecated: For async callbacks Use the versions that accept an |
| 1819 | // AsyncResource. If this callback does not correspond to an async resource, |
no outgoing calls
no test coverage detected