MCPcopy Index your code
hub / github.com/KartikLabhshetwar/lazycommit / getDiff

Function getDiff

tests/utils.ts:78–79  ·  view source on GitHub ↗
(diffName: string)

Source from the content-addressed store, hash-verified

76
77// See ./diffs/README.md in order to generate diff files
78export const getDiff = async (diffName: string): Promise<string> =>
79 fs.readFile(new URL(`fixtures/${diffName}`, import.meta.url), 'utf8');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected