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

Function getShareGptDatasetPath

src/agent/dataset-export.ts:85–87  ·  view source on GitHub ↗
(projectRoot: string)

Source from the content-addressed store, hash-verified

83
84/** Absolute path to a project's ShareGPT dataset (for fine-tune tooling). */
85export function getShareGptDatasetPath(projectRoot: string): string {
86 return datasetPath(projectRoot);
87}

Callers

nothing calls this directly

Calls 1

datasetPathFunction · 0.85

Tested by

no test coverage detected