(id: string)
| 47 | const subfeatureGraphCenterRadius = 188; |
| 48 | |
| 49 | export function sampleIdToPath(id: string) { |
| 50 | return id.replace(/--/g, '/'); |
| 51 | } |
| 52 | |
| 53 | export function buildSamplePath(id: string) { |
| 54 | return `/samples/${id}/`; |
no outgoing calls
no test coverage detected