()
| 17 | * Reset the encoding cache - useful for testing |
| 18 | */ |
| 19 | export function resetEncodingCache(): void { |
| 20 | cachedSystemEncoding = undefined; |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Returns the system encoding, caching the result to avoid repeated system calls. |
no outgoing calls
no test coverage detected