Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ isWithinWorkspace
Function
isWithinWorkspace
src/shared/vscode/project.ts:29–31 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
isWithinWorkspace(file: string) {
30
return
!!workspace.getWorkspaceFolder(Uri.file(file));
31
}
Callers
5
isAnalyzableAndInWorkspace
Function · 0.90
isReloadableFile
Method · 0.90
isGeneratableFile
Method · 0.90
onDidChangeTextDocument
Method · 0.90
locateBestProjectRoot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected