Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
10
pub enum CrateNameList {
11
White(Vec<String>),
12
Black(Vec<String>),
13
}
14
15
impl Default for CrateNameList {
16
fn default() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected