MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / AccessPattern

Enum AccessPattern

src/analysis/pointsto/mod.rs:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191#[derive(Debug)]
192enum AccessPattern<'tcx> {
193 Ref(PlaceRef<'tcx>),
194 Indirect(PlaceRef<'tcx>),
195 Direct(PlaceRef<'tcx>),
196 Constant(Const<'tcx>),
197}
198
199#[derive(Default)]
200struct ConstraintGraph<'tcx> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected