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

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

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