MCPcopy Create free account
hub / github.com/arctic-cli/interface / issuerPath

Function issuerPath

packages/arctic/src/auth/codex.ts:87–90  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

85 }
86
87 function issuerPath(path: string): string {
88 const base = Config.issuerBaseUrl.replace(/\/$/, "")
89 return `${base}${path}`
90 }
91
92 function parseInterval(value: unknown): number {
93 if (typeof value === "number" && Number.isFinite(value)) {

Callers 3

requestUserCodeFunction · 0.85
pollForTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected