Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/enowdev/enowX-Coder
/ should_skip_dir
Function
should_skip_dir
src-tauri/src/tools/executor.rs:88–90 ·
view source on GitHub ↗
(name: &str)
Source
from the content-addressed store, hash-verified
86
];
87
88
fn should_skip_dir(name: &str) -> bool {
89
SKIP_DIRS.contains(&name)
90
}
91
92
#[derive(Debug, Clone)]
93
pub struct ToolExecutor {
Callers
2
list_dir
Method · 0.85
search_files
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected