MCPcopy Create free account
hub / github.com/Scribouilli/scribouilli / constructor

Method constructor

assets/scripts/GitAgent.ts:34–62  ·  view source on GitHub ↗
({
    repoId,
    remoteURL,
    corsProxyURL = DEFAULT_CORS_PROXY_URL,
    auth,
    onMergeConflict,
  }: {
    repoId: string
    remoteURL: string
    corsProxyURL?: string
    auth: GitAuth
    onMergeConflict?:
      | ((resolutionOptions: ResolutionOption[]) => void)
      | undefined
  })

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected