Struct GapFillConfig

Struct Documentation

struct GapFillConfig

Controls what heuristic (runtime) discovery is allowed to create.

When manifest is present, runtime entities fill gaps. This struct controls which entity types and namespaces are eligible for gap-fill.

Note: allow_heuristic_areas and allow_heuristic_components have been removed because runtime discovery no longer creates Areas or Components.

Public Members

bool allow_heuristic_apps = {true}
bool allow_heuristic_functions = {false}
std::vector<std::string> namespace_whitelist
std::vector<std::string> namespace_blacklist