(cache)
| 86211 | const cache = { |
| 86212 | timestamp: Date.now(), |
| 86213 | models |
| 86214 | }; |
| 86215 | (0, import_fs5.writeFileSync)(MODEL_CACHE_PATH, JSON.stringify(cache, null, 2), "utf8"); |
| 86216 | } catch { |
| 86217 | } |
| 86218 | } |
| 86219 | function isCacheValid(cache) { |
no outgoing calls
no test coverage detected
searching dependent graphs…