MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / getTrajectoryDatasetPath

Function getTrajectoryDatasetPath

src/agent/trajectory.ts:92–94  ·  view source on GitHub ↗
(projectRoot: string)

Source from the content-addressed store, hash-verified

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

Callers 2

handleSlashCommandFunction · 0.85

Calls 1

trajectoryPathFunction · 0.85

Tested by

no test coverage detected