Skip to main content

implement

Function implement 

Source
pub fn implement(
    client: &LlmClient,
    file: &File,
    options: &ImplementOptions,
) -> Result<String, ImplementError>
Expand description

Generate a full implementation from a parsed .intent AST.

Returns the complete source code for the target language on success.