Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(body: &str, context: &str) -> Evaluation
Expand description

Evaluate a request against its context. body is the template (mapping) or code string; it must be non-empty. context is the raw Context JSON string from the request.