MCPcopy 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
29export function isWithinWorkspace(file: string) {
30 return !!workspace.getWorkspaceFolder(Uri.file(file));
31}

Callers 5

isReloadableFileMethod · 0.90
isGeneratableFileMethod · 0.90
locateBestProjectRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected