Skip to main content

validate_initialize_echo

Function validate_initialize_echo 

Source
pub fn validate_initialize_echo(
    manifest: &ProcessExtensionManifest,
    manifest_toml: &str,
    result: &ProcessInitializeResult,
) -> Result<()>
Expand description

Validates the child’s initialize echo against the configured manifest. Mismatches fail closed: the host refuses to register services from a child that disagrees about identity, API, or provided services.