Creates a new checklist with the provided checks and functions.
The keys of the map are references that can be used for checks to reference functions in the same request, before the function RIDs have been created.
Variables that can be used in checks and functions. Variables are resolved in order of declaration.
If variable a
depends on variable b
, then b
must be defined before a
in the list.
Default value is true.
A list of functions that are available to be used by checks in this checklist.
Variables that can be used in checks and functions. Variables are resolved in order of declaration.
If variable a
depends on variable b
, then b
must be defined before a
in the list.