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

Function false

contextKeyExpr/src/contextkey.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66export abstract class ContextKeyExpr {
67
68 public static false(): ContextKeyExpression {
69 return ContextKeyFalseExpr.INSTANCE;
70 }
71
72 public static true(): ContextKeyExpression {
73 return ContextKeyTrueExpr.INSTANCE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected