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

Class LockBudCallbacks

src/callbacks.rs:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23use crate::detector::report::Report;
24
25pub struct LockBudCallbacks {
26 options: Options,
27 file_name: String,
28 output_directory: PathBuf,
29 test_run: bool,
30}
31
32impl LockBudCallbacks {
33 pub fn new(options: Options) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected