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

Function getUser

cypress/plugins/bitbucket.js:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128async function getUser() {
129 const { token } = await getEnvs();
130 const user = await get(token, 'user');
131 return { ...user, token, backendName: 'bitbucket' };
132}
133
134async function deleteRepositories({ owner, repo, tempDir }) {
135 const { token } = await getEnvs();

Callers 1

setupBitBucketFunction · 0.70

Calls 2

getEnvsFunction · 0.70
getFunction · 0.70

Tested by

no test coverage detected