MCPcopy Create free account
hub / github.com/TanStack/cli / getRepoPath

Function getRepoPath

packages/cli/tests-e2e/helpers.ts:196–198  ·  view source on GitHub ↗
(...segments: Array<string>)

Source from the content-addressed store, hash-verified

194}
195
196export function getRepoPath(...segments: Array<string>) {
197 return resolve(repoRoot, ...segments)
198}
199
200export async function createReactAppFixture(
201 options: Omit<CreateAppFixtureOptions, 'framework'>,

Calls

no outgoing calls

Tested by

no test coverage detected