Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open override fun evalJexl(expression: String): Boolean

Execute the given jexl expression and evaluate against the existing targeting parameters and context passed to the helper at construction.

Link copied to clipboard
open override fun evalJexlDebug(expression: String): String

Evaluate a JEXL expression and return debug results as JSON. For CLI testing and debugging.

Properties

Link copied to clipboard

Whether the current object has been destroyed and its reference is gone in the Rust side.