MCPcopy Create free account
hub / github.com/diillson/chatcli / LoadStore

Function LoadStore

auth/store.go:38–43  ·  view source on GitHub ↗

LoadStore carrega o store do disco.

(logger *zap.Logger)

Source from the content-addressed store, hash-verified

36
37// LoadStore carrega o store do disco.
38func LoadStore(logger *zap.Logger) *AuthProfileStore {
39 storeMu.Lock()
40 defer storeMu.Unlock()
41
42 return loadStoreUnlocked(logger)
43}
44
45func loadStoreUnlocked(logger *zap.Logger) *AuthProfileStore {
46 if cachedStore != nil {

Callers 8

syncClaudeCodeCredsFunction · 0.85
syncCodexCliCredsFunction · 0.85
GetProfileFunction · 0.85
ListProfilesForProviderFunction · 0.85
FormatAuthStatusFunction · 0.85
LogoutFunction · 0.85
ResolveAuthProviderFunction · 0.85

Calls 3

loadStoreUnlockedFunction · 0.85
LockMethod · 0.80
UnlockMethod · 0.80

Tested by 1