()
| 182 | } |
| 183 | |
| 184 | export async function getPaths(): Promise<PathsInfo> { |
| 185 | const { data } = await api.get<PathsInfo>('/paths'); |
| 186 | return data; |
| 187 | } |
| 188 | |
| 189 | export async function getDebugInfo() { |
| 190 | try { |
no outgoing calls
no test coverage detected