Function ketos::run::run_code [] [src]

pub fn run_code(ctx: &Context, input: &str) -> Result<Value, Error>

Parses, compiles, and executes the given code within a context.