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

Class LockGuardCollector

src/interest/concurrency/lock.rs:218–225  ·  view source on GitHub ↗

Collect lockguard info.

Source from the content-addressed store, hash-verified

216
217/// Collect lockguard info.
218pub struct LockGuardCollector<'a, 'b, 'tcx> {
219 instance_id: InstanceId,
220 instance: &'a Instance<'tcx>,
221 body: &'b Body<'tcx>,
222 tcx: TyCtxt<'tcx>,
223 typing_env: TypingEnv<'tcx>,
224 pub lockguards: LockGuardMap<'tcx>,
225}
226
227impl<'a, 'b, 'tcx> LockGuardCollector<'a, 'b, 'tcx> {
228 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected