Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-guard-call-non-const.md
Denis Angell d21cda21d0 !fixup
2023-06-06 12:53:43 +00:00

373 B

hooks-guard-call-non-const

Only compile-time constants can be used as an argument in loop GUARD call. This check warns if a non compile-time constant is used. It also checks whether a compile-time constant is used as a first argument of _g() call and whether it is a unique value. If not - it warns.

Read more