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

Class LiveLockGuards

src/detector/lock/mod.rs:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#[derive(Clone, Debug, Default)]
32struct LiveLockGuards(FxHashSet<LockGuardId>);
33
34impl LiveLockGuards {
35 fn insert(&mut self, lockguard_id: LockGuardId) -> bool {
36 self.0.insert(lockguard_id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected