MCPcopy Create free account
hub / github.com/decaporg/decap-cms / resetRepositories

Function resetRepositories

cypress/plugins/bitbucket.js:169–171  ·  view source on GitHub ↗
({ owner, repo, tempDir })

Source from the content-addressed store, hash-verified

167}
168
169async function resetRepositories({ owner, repo, tempDir }) {
170 await resetOriginRepo({ owner, repo, tempDir });
171}
172
173async function setupBitBucket(options) {
174 const { lfs = false, ...rest } = options;

Callers 2

setupBitBucketTestFunction · 0.70
teardownBitBucketTestFunction · 0.70

Calls 1

resetOriginRepoFunction · 0.70

Tested by

no test coverage detected