(stateDir: string)
| 314 | } |
| 315 | |
| 316 | export function resolveCliSessionPath(stateDir: string): string { |
| 317 | return path.join(stateDir, 'auth', 'cli-session.json'); |
| 318 | } |
| 319 | |
| 320 | export function summarizeCliSession(options: { stateDir: string; now?: () => number }): { |
| 321 | authenticated: boolean; |
no outgoing calls
no test coverage detected