| 69 | } |
| 70 | |
| 71 | interface CachedCheck { |
| 72 | checkedAt: number; |
| 73 | latest: string | null; |
| 74 | } |
| 75 | |
| 76 | function getCachePath(): string { |
| 77 | return path.join(getConfigDir(), "update-check.json"); |
nothing calls this directly
no outgoing calls
no test coverage detected