(p: string)
| 42 | const SCHEMA_SAMPLE_ROWS = 50 |
| 43 | |
| 44 | function toPosix(p: string): string { |
| 45 | return p.replace(/\\/g, '/') |
| 46 | } |
| 47 | |
| 48 | /** Database title: its `.base` folder name (legacy: the `.csv` basename). */ |
| 49 | function titleFromPath(rel: string): string { |
no outgoing calls
no test coverage detected