pub fn resolve(
source_config: &StackedConfig,
context: &ConfigResolutionContext<'_>,
) -> Result<StackedConfig, ConfigGetError>
Expand description
Evaluates condition for each layer and scope, flattens scoped tables. Returns new config that only contains enabled layers and tables.