MCPcopy 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
88fn should_skip_dir(name: &str) -> bool {
89 SKIP_DIRS.contains(&name)
90}
91
92#[derive(Debug, Clone)]
93pub struct ToolExecutor {

Callers 2

list_dirMethod · 0.85
search_filesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected