Skip to main content

test_plugin

Function test_plugin 

Source
pub fn test_plugin(
    plugin_fn: impl Fn(&TypeContext) -> OutputRulePluginOutput,
    ctx: TypeContext,
) -> OutputRulePluginOutput
Expand description

Run a rule plugin function with a JSON roundtrip (simulates WASM IPC).

Panics with clear messages if the roundtrip fails.