config.h

// SPDX-License-Identifier: MIT

bool elosConfigGetElosdUseEnv(const samconfConfig_t *config)
[source]

Determine if configuration options from environment shall be evaluated or ignored.

Parameters:
  • config – root config containing the root.elos.useEnv option

Returns:

if environment options shall be evaluated false: in any other case including errors on Reading accessing config.

Return type:

true