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

Function and

contextKeyExpr/src/contextkey.ts:96–98  ·  view source on GitHub ↗
(...expr: Array<ContextKeyExpression | undefined | null>)

Source from the content-addressed store, hash-verified

94 }
95
96 public static and(...expr: Array<ContextKeyExpression | undefined | null>): ContextKeyExpression | undefined {
97 return ContextKeyAndExpr.create(expr);
98 }
99
100 public static or(...expr: Array<ContextKeyExpression | undefined | null>): ContextKeyExpression | undefined {
101 return ContextKeyOrExpr.create(expr);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected