MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / instanceUrlChanged

Function instanceUrlChanged

apps/web/src/lib/integrations/gitlab-service.ts:56–63  ·  view source on GitHub ↗
(existingUrl: string | undefined, newUrl: string)

Source from the content-addressed store, hash-verified

54} from '@/lib/integrations/platforms/gitlab/credential-broker-client';
55
56/**
57 * GitLab Integration Service
58 *
59 * Provides business logic for GitLab OAuth integrations.
60 * Handles token refresh, repository listing, and integration management.
61 */
62
63/**
64 * Normalizes a GitLab instance URL for comparison.
65 * Strips trailing slashes, lowercases, and treats undefined/empty as gitlab.com.
66 */

Callers 3

connectWithPATFunction · 0.85

Calls 1

normalizeInstanceUrlFunction · 0.85

Tested by

no test coverage detected