We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a662ea + 0cdcd2c commit ee5ccecCopy full SHA for ee5ccec
1 file changed
extensions/ql-vscode/src/model-editor/modeling-store.ts
@@ -113,10 +113,6 @@ export class ModelingStore extends DisposableObject {
113
return this.state.get(this.activeDb);
114
}
115
116
- public hasStateForActiveDb(): boolean {
117
- return !!this.getStateForActiveDb();
118
- }
119
-
120
public anyDbsBeingModeled(): boolean {
121
return this.state.size > 0;
122
0 commit comments