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

Enum DetectorKind

src/options.rs:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#[derive(Debug)]
22#[non_exhaustive]
23pub enum DetectorKind {
24 All,
25 Deadlock,
26 AtomicityViolation,
27 Memory,
28 Panic,
29 // More to be supported.
30}
31
32fn make_options_parser<'help>() -> Command<'help> {
33 let parser = Command::new("LOCKBUD")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected