Function find_alias

Source
fn find_alias(
    ecs: &World,
    alias: &str,
    find_hidden: bool,
) -> Result<(Entity, Uuid), Content>