Expand description
Implementations of Environment
cheatcodes.
Statics§
- FORGE_
CONTEXT 🔒 - Stores the forge execution context for the duration of the program.
Functions§
- env 🔒
- env_
array 🔒 - env_
array_ 🔒default - env_
default 🔒 - get_env 🔒
- map_
env_ 🔒err - Converts the error message of a failed parsing attempt to a more user-friendly message that doesn’t leak the value.
- set_
execution_ context - Set
forge
command current execution context for the duration of the program. Execution context is immutable, subsequent calls of this function won’t change the context.