MCPcopy Create free account
hub / github.com/Rust-API/Rust-API-Bypass-Checker / state

Method state

src/analysis/mir_visitor/block_visitor.rs:88–90  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

86 IntervalAbstractDomain<DomainType>: GetDomainType,
87{
88 pub fn state(&self) -> &AbstractDomain<DomainType> {
89 &self.body_visitor.state
90 }
91
92 pub fn new(
93 body_visitor: &'b mut WtoFixPointIterator<'tcx, 'a, 'compiler, DomainType>,

Callers 15

visit_placeMethod · 0.80
get_path_for_placeMethod · 0.80
visit_projectionMethod · 0.80
visit_unary_opMethod · 0.80
visit_repeatMethod · 0.80
visit_address_ofMethod · 0.80
get_lenMethod · 0.80
copy_or_move_elementsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected