()
| 171 | } |
| 172 | |
| 173 | export async function clearCredentials(): Promise<void> { |
| 174 | if (existsSync(configuration.privateKeyFile)) { |
| 175 | await unlink(configuration.privateKeyFile); |
| 176 | } |
| 177 | } |
nothing calls this directly
no outgoing calls
no test coverage detected