Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VSCodeConfigHelper/v4
/ exists
Function
exists
src-tauri/src/steps/workspace.rs:32–34 ·
view source on GitHub ↗
(path: &str)
Source
from the content-addressed store, hash-verified
30
}
31
32
pub fn exists(path: &str) -> bool {
33
Path::new(path).join(
".vscode"
).exists()
34
}
Callers
1
workspace_verify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected