Skip to main content

generate_framework_file

Function generate_framework_file 

Source
pub fn generate_framework_file(
    manifest: &Manifest,
    client_import_path: &str,
    types_import_path: &str,
    _preserve_docs: bool,
    config: &FrameworkConfig<'_>,
) -> String
Expand description

Generates a complete framework-specific reactive wrapper file.

Returns an empty string when the manifest contains no procedures.