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

Class WaitNotifyLocks

src/detector/lock/report.rs:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37#[derive(Debug, Serialize)]
38pub struct WaitNotifyLocks {
39 pub wait_lock_type: String,
40 pub wait_lock_span: String,
41 pub notify_lock_type: String,
42 pub notify_lock_span: String,
43}
44
45impl WaitNotifyLocks {
46 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected