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

Function all

packages/arctic/src/auth/index.ts:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 export async function all(): Promise<Record<string, Info>> {
160 return readLocalAuth()
161 }
162
163 export async function set(key: string, info: Info) {
164 const file = Bun.file(filepath)

Callers 2

listConnectionsFunction · 0.70
getFunction · 0.70

Calls 1

readLocalAuthFunction · 0.85

Tested by

no test coverage detected