( filePath = DEFAULT_API_KEY_PATH, )
| 118 | |
| 119 | /** @deprecated Use getOrCreatePersistedApiKeyFile */ |
| 120 | export function getOrCreatePersistedSessionApiKey( |
| 121 | filePath = DEFAULT_API_KEY_PATH, |
| 122 | ) { |
| 123 | return getOrCreatePersistedApiKeyFile(filePath); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Load a persisted default API key, generating + persisting one if the file |
no test coverage detected