Files
xrpl-hooks-ide/xrpl-hooks-docs/md/hooks-param-buf-len.md
Denis Angell d21cda21d0 !fixup
2023-06-06 12:53:43 +00:00

366 B

hooks-param-buf-len

Function hook_param expects a limited-length name input and produces fixed-size value output.

This check warns about invalid sizes of input and output buffers (if they're specified by constants - variable parameters are ignored).

Read more