MCPcopy Create free account
hub / github.com/Microck/opencode-studio / loadAntigravityAccounts

Function loadAntigravityAccounts

server/index.js:3366–3373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3364}
3365
3366function loadAntigravityAccounts() {
3367 if (!fs.existsSync(ANTIGRAVITY_ACCOUNTS_PATH)) return null;
3368 try {
3369 return JSON.parse(fs.readFileSync(ANTIGRAVITY_ACCOUNTS_PATH, 'utf8'));
3370 } catch {
3371 return null;
3372 }
3373}
3374
3375function listAntigravityAccounts() {
3376 const data = loadAntigravityAccounts();

Callers 1

listAntigravityAccountsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected