MCPcopy Create free account
hub / github.com/anomalyco/opencode / redirectUri

Function redirectUri

packages/opencode/src/plugin/digitalocean.ts:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47function redirectUri(): string {
48 return `http://localhost:${OAUTH_PORT}${OAUTH_REDIRECT_PATH}`
49}
50
51function buildAuthorizeUrl(state: string): string {
52 const params = new URLSearchParams({

Callers 1

buildAuthorizeUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected