Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-guard-call-non-const.md
2023-06-06 12:28:19 +00:00

374 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