Skip to main content

generate_body

Function generate_body 

Source
pub fn generate_body(
    adapter: &AdapterConfig,
    language: Language,
    config: &AlefConfig,
) -> Result<String>
Expand description

Generate just the function body (what goes inside { ... }) for a sync function adapter.