MCPcopy
hub / github.com/di-sukharev/opencommit / prepareTempDir

Function prepareTempDir

test/e2e/utils.ts:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131};
132
133export const prepareTempDir = async (): Promise<string> => {
134 return fsMakeTempDir(path.join(tmpdir(), 'opencommit-test-'));
135};
136
137export const prepareRepo = async (
138 gitDir: string,

Callers 2

prepareEnvironmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…