pub fn create_virtual_file(
    db: &SimpleParserDatabase,
    file_name: impl Into<SmolStr>,
    content: &str
) -> FileId
Expand description

Creates a virtual file with the given content and returns its ID.