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

Function getUser

cypress/plugins/gitlab.js:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93async function getUser() {
94 const { token } = getEnvs();
95 return getAuthenticatedUser(token);
96}
97
98async function deleteRepositories({ owner, repo, tempDir }) {
99 const { token } = getEnvs();

Callers 6

setupGitLabFunction · 0.70
simple_workflow.jsFile · 0.50
media_library.jsFile · 0.50
open_authoring.jsFile · 0.50

Calls 2

getEnvsFunction · 0.70
getAuthenticatedUserFunction · 0.70

Tested by

no test coverage detected