({
repoId,
remoteURL,
corsProxyURL = DEFAULT_CORS_PROXY_URL,
auth,
onMergeConflict,
}: {
repoId: string
remoteURL: string
corsProxyURL?: string
auth: GitAuth
onMergeConflict?:
| ((resolutionOptions: ResolutionOption[]) => void)
| undefined
})
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected