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

Function del

cypress/plugins/bitbucket.js:76–83  ·  view source on GitHub ↗
(token, path)

Source from the content-addressed store, hash-verified

74}
75
76function del(token, path) {
77 return fetch(`${API_URL}${path}`, {
78 method: 'DELETE',
79 headers: {
80 Authorization: `Bearer ${token}`,
81 },
82 });
83}
84
85async function prepareTestBitBucketRepo({ lfs }) {
86 const { owner, repo, token } = await getEnvs();

Callers 2

deleteRepositoriesFunction · 0.85
resetOriginRepoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected