Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
listConnections
Function · 0.70
get
Function · 0.70
Calls
1
readLocalAuth
Function · 0.85
Tested by
no test coverage detected