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

Class

packages/decap-cms-backend-gitlab/src/implementation.ts:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50const MAX_CONCURRENT_DOWNLOADS = 10;
51
52export default class GitLab implements Implementation {
53 lock: AsyncLock;
54 api: API | null;
55 updateUserCredentials: (args: { token: string; refresh_token?: string }) => Promise<null>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected