Function
and
(...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
Tested by
no test coverage detected