MCPcopy Index your code
hub / github.com/Microck/opencode-studio / getAccountStatus

Function getAccountStatus

server/index.js:3587–3592  ·  view source on GitHub ↗
(meta, now)

Source from the content-addressed store, hash-verified

3585}
3586
3587function getAccountStatus(meta, now) {
3588 if (!meta) return 'ready';
3589 if (meta.cooldownUntil && meta.cooldownUntil > now) return 'cooldown';
3590 if (meta.expired) return 'expired';
3591 return 'ready';
3592}
3593
3594function buildAccountPool(provider) {
3595 const activePlugin = getActiveGooglePlugin();

Callers 1

buildAccountPoolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected