We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97adc6b commit 2033b64Copy full SHA for 2033b64
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/util/isHintsEveryScope.ts
@@ -1,5 +1,8 @@
1
import type { ScopeIteratorRequirements } from "../scopeHandler.types";
2
3
+/**
4
+ * Returns true if the hints belong to the every scope modifier.
5
+ */
6
export function isHintsEveryScope(hints: ScopeIteratorRequirements): boolean {
7
return hints.containment == null && hints.skipAncestorScopes;
8
}
0 commit comments