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

Method new

src/callbacks.rs:33–40  ·  view source on GitHub ↗
(options: Options)

Source from the content-addressed store, hash-verified

31
32impl LockBudCallbacks {
33 pub fn new(options: Options) -> Self {
34 Self {
35 options,
36 file_name: String::new(),
37 output_directory: PathBuf::default(),
38 test_run: false,
39 }
40 }
41}
42
43impl rustc_driver::Callbacks for LockBudCallbacks {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected