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

Function not

contextKeyExpr/src/contextkey.ts:92–94  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

90 }
91
92 public static not(key: string): ContextKeyExpression {
93 return ContextKeyNotExpr.create(key);
94 }
95
96 public static and(...expr: Array<ContextKeyExpression | undefined | null>): ContextKeyExpression | undefined {
97 return ContextKeyAndExpr.create(expr);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected