Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-guard-call-non-const.md
mariopil d2033c8035 Hooks docs update (#279)
* Added hooks-guard-call-non-const checker doc, updated hooks-guard-in-for doc.
2023-01-09 13:43:32 +01:00

378 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