MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getGoogleAccountsCachePath

Function getGoogleAccountsCachePath

packages/core/src/utils/user_account.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18function getGoogleAccountsCachePath(): string {
19 return path.join(os.homedir(), ANUS_DIR, GOOGLE_ACCOUNTS_FILENAME);
20}
21
22async function readAccounts(filePath: string): Promise<UserAccounts> {
23 try {

Callers 4

cacheGoogleAccountFunction · 0.85
getCachedGoogleAccountFunction · 0.85
clearCachedGoogleAccountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected