MCPcopy Create free account
hub / github.com/Wscats/vscode-explore /

Class

contextKeyExpr/src/contextkey.ts:245–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245export class ContextKeyFalseExpr implements IContextKeyExpression {
246 public static INSTANCE = new ContextKeyFalseExpr();
247
248 public readonly type = ContextKeyExprType.False;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected