Skip to main content

Module view

Module view 

Source
Expand description

Static immutable providers for qcode IR reads.

ModuleView resolves any function body in an unchanged Context. BodyView resolves exactly one body plus shared data and published interfaces. Both implement QCodeView, which is deliberately read-only.

Structs§

BodyView
Single-body immutable provider used by function passes.
ModuleView
Whole-module immutable provider.

Traits§

QCodeView
Read-only resolution capability shared by module and single-body views.