MCPcopy Create free account
hub / github.com/TanStack/ai / read

Function read

codemods/move-sampling-to-model-options/transform.test.ts:13–15  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

11const FIXTURES = resolve(__dirname, '__testfixtures__')
12
13function read(name: string): string {
14 return readFileSync(resolve(FIXTURES, name), 'utf-8')
15}
16
17function runTransform(
18 fixtureBaseName: string,

Callers 2

runTransformFunction · 0.70
expectFixtureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected