pub fn config_entries() -> Vec<ConfigEntry>Expand description
Snapshot all CONFIG-marked keys with their resolved values and source layers.
Iterates the global key registry, filters to @meta(CONFIG = ...)
keys, and for each key walks layers top-to-bottom to find which
layer provides the effective value. Results are sorted by name.