Function
or
(...expr: Array<ContextKeyExpression | undefined | null>)
Source from the content-addressed store, hash-verified
| 98 | } |
| 99 | |
| 100 | public static or(...expr: Array<ContextKeyExpression | undefined | null>): ContextKeyExpression | undefined { |
| 101 | return ContextKeyOrExpr.create(expr); |
| 102 | } |
| 103 | |
| 104 | public static greaterOrEquals(key: string, value: any): ContextKeyExpression { |
| 105 | return ContextKeyGreaterOrEqualsExpr.create(key, value); |
Callers
nothing calls this directly
Tested by
no test coverage detected