Check if Promise is valid
| 106 | |
| 107 | /// Check if Promise is valid |
| 108 | bool valid() const FL_NOEXCEPT { |
| 109 | return mImpl != nullptr; |
| 110 | } |
| 111 | |
| 112 | /// Register success callback - returns reference for chaining |
| 113 | /// @param callback Function to call when Promise resolves successfully |
no outgoing calls
no test coverage detected