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

Function seedRepo

cypress/plugins/index.js:148–160  ·  view source on GitHub ↗
(taskData)

Source from the content-addressed store, hash-verified

146 return null;
147 },
148 async seedRepo(taskData) {
149 const { backend } = taskData;
150
151 console.log(`Seeding repository for backend`, backend);
152
153 switch (backend) {
154 case 'github':
155 await seedGitHubRepo(taskData);
156 break;
157 }
158
159 return null;
160 },
161 async switchToVersion(taskData) {
162 const { version } = taskData;
163

Callers

nothing calls this directly

Calls 1

seedGitHubRepoFunction · 0.85

Tested by

no test coverage detected