core/config library
Classes
- HHConfig
- Mutable configuration for HiveHook. Use finalize to create an immutable config for use with HHive.
- HHImmutableConfig
- Immutable configuration used by HHive instances. Created by calling HHConfig.finalize or directly via factory constructor.
Functions
-
dangerousClearAllConfigs(
) → void - Clears all registered configs for testing purposes.
-
dangerousRemoveConfig(
HHImmutableConfig config) → void - Removes a specific config for testing purposes.
-
dangerousReplaceConfig(
dynamic config) → void - Replaces an existing config for testing purposes. Use with caution - bypasses normal validation.