(url: string)
| 217 | }; |
| 218 | |
| 219 | const wrapForeignLinks = (url: string) => { |
| 220 | return wrapForeignLinksUtil(url, Constants.API_HOST_LIST[0]); |
| 221 | }; |
| 222 | |
| 223 | const generateStatusFooter = ( |
| 224 | status: APIStatus, |
nothing calls this directly
no outgoing calls
no test coverage detected