MCPcopy Index your code
hub / github.com/anomalyco/opencode / normalizeOidcBaseUrl

Function normalizeOidcBaseUrl

packages/opencode/src/cli/cmd/github.handler.ts:688–692  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

686 }
687
688 function normalizeOidcBaseUrl(): string {
689 const value = process.env["OIDC_BASE_URL"]
690 if (!value) return "https://api.opencode.ai"
691 return value.replace(/\/+$/, "")
692 }
693
694 function isIssueCommentEvent(
695 event:

Callers 1

github.handler.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected