()
| 176 | return options.fetchPostData ?? Promise.reject(); |
| 177 | }, |
| 178 | hasPostData() { |
| 179 | return options.hasPostData ?? false; |
| 180 | }, |
| 181 | postData() { |
| 182 | return options.postData; |
| 183 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected