MCPcopy Create free account
hub / github.com/deepnote/deepnote / loadDiffFixture

Function loadDiffFixture

test-fixtures/helpers/fixture-loader.ts:70–72  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

68 * Load a diff test fixture (.deepnote)
69 */
70export async function loadDiffFixture(filename: string): Promise<string> {
71 return loadFixture('diff', filename)
72}
73
74/**
75 * Get the absolute path to a diff test fixture

Callers

nothing calls this directly

Calls 1

loadFixtureFunction · 0.70

Tested by

no test coverage detected