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

Method default

src/options.rs:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15impl Default for CrateNameList {
16 fn default() -> Self {
17 CrateNameList::White(Vec::new())
18 }
19}
20
21#[derive(Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected