EnvironmentAccessor typedef

EnvironmentAccessor = String? Function(String envVar)

An override function used by the tests to override the environment variable lookups using xdgEnvironmentOverride.

Implementation

typedef EnvironmentAccessor = String? Function(String envVar);