Function build_function

Source
pub(crate) fn build_function(
    _ctx: &GenerateCtx<'_>,
    decl: &TypeDecl,
    branches: &str,
) -> String