()
| 37 | |
| 38 | let { durationMs, data: projects } = await measure(async () => { |
| 39 | const fetchFn = () => fetchAllProjects(url); |
| 40 | return fetchWithRetry(fetchFn, `projects from ${url}`, logger); |
| 41 | }); |
| 42 |
nothing calls this directly
no test coverage detected