Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ getGitLabClient
Function
getGitLabClient
cypress/plugins/gitlab.js:27–33 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
25
};
26
27
function
getGitLabClient(token) {
28
const
client =
new
Gitlab({
29
token,
30
});
31
32
return
client;
33
}
34
35
function
getEnvs() {
36
const
{
Callers
4
prepareTestGitLabRepo
Function · 0.85
getAuthenticatedUser
Function · 0.85
deleteRepositories
Function · 0.85
resetOriginRepo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected