Skip to main content

handle

Function handle 

Source
pub fn handle(
    language: &str,
    code: &str,
    intent: Option<&str>,
    timeout: Option<u64>,
) -> String
Expand description

Executes a code snippet in a sandboxed environment and returns formatted output.