ConfigStore.hasKey

bool hasKey(string key) const @safe

Check if a key exists in the configuration.

Parameters

keyThe key to check

Returns

true if the key exists and is not null.