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

Method negate

contextKeyExpr/src/contextkey.ts:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 keys(): string[];
55 map(mapFnc: IContextKeyExprMapper): ContextKeyExpression;
56 negate(): ContextKeyExpression;
57
58}
59

Callers 5

negateMethod · 0.65
negateMethod · 0.65
_impliesMethod · 0.65
negateMethod · 0.65
negateMethod · 0.65

Implementers 15

ContextKeyFalseExprcontextKeyExpr/src/contextkey.ts
ContextKeyTrueExprcontextKeyExpr/src/contextkey.ts
ContextKeyDefinedExprcontextKeyExpr/src/contextkey.ts
ContextKeyEqualsExprcontextKeyExpr/src/contextkey.ts
ContextKeyNotEqualsExprcontextKeyExpr/src/contextkey.ts
ContextKeyGreaterOrEqualsExprcontextKeyExpr/src/contextkey.ts
ContextKeyGreaterExprcontextKeyExpr/src/contextkey.ts
ContextKeyLessExprcontextKeyExpr/src/contextkey.ts
ContextKeyLessOrEqualsExprcontextKeyExpr/src/contextkey.ts
ContextKeyNotExprcontextKeyExpr/src/contextkey.ts
ContextKeyRegexExprcontextKeyExpr/src/contextkey.ts
ContextKeyNotRegexExprcontextKeyExpr/src/contextkey.ts

Calls

no outgoing calls

Tested by

no test coverage detected