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§
- Body
View - Single-body immutable provider used by function passes.
- Module
View - Whole-module immutable provider.
Traits§
- QCode
View - Read-only resolution capability shared by module and single-body views.