(projectRoot: string)
| 90 | |
| 91 | /** Absolute path to a project's trajectory dataset (for export / fine-tune tooling). */ |
| 92 | export function getTrajectoryDatasetPath(projectRoot: string): string { |
| 93 | return trajectoryPath(projectRoot); |
| 94 | } |
no test coverage detected