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

Enum CrateNameList

src/options.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug)]
10pub enum CrateNameList {
11 White(Vec<String>),
12 Black(Vec<String>),
13}
14
15impl Default for CrateNameList {
16 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected