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

Function or

contextKeyExpr/src/contextkey.ts:100–102  ·  view source on GitHub ↗
(...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

Calls 1

createMethod · 0.45

Tested by

no test coverage detected