MCPcopy
hub / github.com/Dokploy/dokploy / haveGitlabRequirements

Function haveGitlabRequirements

packages/server/src/utils/providers/gitlab.ts:56–58  ·  view source on GitHub ↗
(gitlabProvider: Gitlab)

Source from the content-addressed store, hash-verified

54};
55
56export const haveGitlabRequirements = (gitlabProvider: Gitlab) => {
57 return !!(gitlabProvider?.accessToken && gitlabProvider?.refreshToken);
58};
59
60const getErrorCloneRequirements = (entity: {
61 gitlabRepository?: string | null;

Callers 1

gitlab.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected