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

Class Options

src/options.rs:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61#[derive(Debug)]
62pub struct Options {
63 pub detector_kind: DetectorKind,
64 pub crate_name_list: CrateNameList,
65}
66
67impl Default for Options {
68 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected