pub fn attrs() -> AttrsExpand description
Return a complete, merged snapshot of the effective configuration
(only keys marked with @meta(CONFIG = ...)).
Resolution per key:
- First explicit value found in layers (TestOverride → Runtime → Env → File).
- Otherwise, the key’s default (if any).
Notes:
- This materializes defaults into the returned Attrs for all CONFIG-marked keys, so it’s self-contained.
- Keys without
CONFIGmeta are excluded.