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

Function get

packages/arctic/src/auth/index.ts:154–157  ·  view source on GitHub ↗
(providerID: string)

Source from the content-addressed store, hash-verified

152 }
153
154 export async function get(providerID: string) {
155 const auth = await all()
156 return auth[providerID]
157 }
158
159 export async function all(): Promise<Record<string, Info>> {
160 return readLocalAuth()

Callers

nothing calls this directly

Calls 1

allFunction · 0.70

Tested by

no test coverage detected