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.
pub fn generate_body(
adapter: &AdapterConfig,
language: Language,
config: &AlefConfig,
) -> Result<String>Generate just the function body (what goes inside { ... }) for a sync function adapter.