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

Method insert

src/detector/lock/mod.rs:36–38  ·  view source on GitHub ↗
(&mut self, lockguard_id: LockGuardId)

Source from the content-addressed store, hash-verified

34
35impl LiveLockGuards {
36 fn insert(&mut self, lockguard_id: LockGuardId) -> bool {
37 self.0.insert(lockguard_id)
38 }
39 fn raw_lockguard_ids(&self) -> &FxHashSet<LockGuardId> {
40 &self.0
41 }

Callers 15

uninit.rsFile · 0.80
analyzeMethod · 0.80
atomic.rsFile · 0.80
visit_localMethod · 0.80
all_data_dep_onFunction · 0.80
analyzeMethod · 0.80
get_or_insert_nodeMethod · 0.80
dfs_paths_recurFunction · 0.80
influencesMethod · 0.80
control_depsFunction · 0.80
detect_escape_to_globalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected